Html Css Color HEX #C28879 Brandy Rose

📋 copy color: '#C28879'

red 194 ◦ green 136 ◦ blue 121

#C28879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #C28879

Tints of Brandy Rose #C28879

RGB

 RED value IS 194 (76.17% from 255) = 43.02%

 GREEN value IS 136 (53.52% from 255) = 30.16%

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 43.02%
G = 30.16%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C28879 (or 0xC28879) is known color: Brandy Rose. HEX triplet: C2, 88 and 79. RGB value is (194,136,121). Sum of RGB (Red+Green+Blue) = 194+136+121=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C28879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28879 is #3D7786. Grayscale: #979797. Windows color (decimal): -4028295 or 7964866. OLE color: 7964866.

HSL color Cylindrical-coordinate representation of color #C28879: hue angle of 12.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28879 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 121 -
CMYK 0 0.30 0.38 0.24
HSL 12.33º 0.37% 0.62% -
HSV(B) 12.33º 0.38% 0.76% -
XYZ 34.5 30.46 22.15 -
YUV 151.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 194 136 121 0 0.30 0.38 0.24 12.33 0.37 0.62
Hex C2 88 79 0 1E 26 18 C 25 3E
Octal 302 210 171 0 36 46 30 14 45 76
Binary 11000010 10001000 1111001 0 11110 100110 11000 1100 100101 111110

Color Harmonies of #C28879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28879

Black with #C28879

Text Example


Text Example

White with #C28879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28879; }

 p { color: rgb(194,136,121); }

 H1.HeaderClassName
 {
   color: #C28879;
 }
 .AnyTagClassName
 {
   color: #C28879;
 }
</style>

background-color css

<style>
 a { background-color: #C28879; }

 a { background-color: rgb(194,136,121); }

 div.DivClassName
 {
   background-color: #C28879;
 }
 .BgClassName
 {
   background-color: #C28879;
 }
</style>

border-color css

<style>
 span { border-color: #C28879; }

 span { border-color: rgb(194,136,121); }

 td.TdClassName
 {
   border-color: #C28879;
 }
 .TagClassName
 {
   border-color: #C28879;
 }
</style>