Html Css Color HEX #C08879 Brandy Rose

📋 copy color: '#C08879'

red 192 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #C08879

Tints of Brandy Rose #C08879

RGB

 RED value IS 192 (75.39% from 255) = 42.76%

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

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

R = 42.76%
G = 30.29%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C08879 (or 0xC08879) is known color: Brandy Rose. HEX triplet: C0, 88 and 79. RGB value is (192,136,121). Sum of RGB (Red+Green+Blue) = 192+136+121=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08879 is #3F7786. Grayscale: #979797. Windows color (decimal): -4159367 or 7964864. OLE color: 7964864.

HSL color Cylindrical-coordinate representation of color #C08879: hue angle of 12.68º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08879 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 121 -
CMYK 0 0.29 0.37 0.25
HSL 12.68º 0.36% 0.61% -
HSV(B) 12.68º 0.37% 0.75% -
XYZ 33.99 30.2 22.13 -
YUV 151.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 192 136 121 0 0.29 0.37 0.25 12.68 0.36 0.61
Hex C0 88 79 0 1D 25 19 D 24 3D
Octal 300 210 171 0 35 45 31 15 44 75
Binary 11000000 10001000 1111001 0 11101 100101 11001 1101 100100 111101

Color Harmonies of #C08879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08879

Black with #C08879

Text Example


Text Example

White with #C08879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08879; }

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

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

background-color css

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

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

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

border-color css

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

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

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