Html Css Color HEX #C08873 Brandy Rose

📋 copy color: '#C08873'

red 192 ◦ green 136 ◦ blue 115

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

Shades of Brandy Rose #C08873

Tints of Brandy Rose #C08873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.96%

R = 43.34%
G = 30.7%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08873 (or 0xC08873) is known color: Brandy Rose. HEX triplet: C0, 88 and 73. RGB value is (192,136,115). Sum of RGB (Red+Green+Blue) = 192+136+115=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C08873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08873 is #3F778C. Grayscale: #969696. Windows color (decimal): -4159373 or 7571648. OLE color: 7571648.

HSL color Cylindrical-coordinate representation of color #C08873: hue angle of 16.36º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08873 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 115 -
CMYK 0 0.29 0.40 0.25
HSL 16.36º 0.38% 0.6% -
HSV(B) 16.36º 0.4% 0.75% -
XYZ 33.64 30.05 20.25 -
YUV 150.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 192 136 115 0 0.29 0.40 0.25 16.36 0.38 0.6
Hex C0 88 73 0 1D 28 19 10 26 3C
Octal 300 210 163 0 35 50 31 20 46 74
Binary 11000000 10001000 1110011 0 11101 101000 11001 10000 100110 111100

Color Harmonies of #C08873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08873

Black with #C08873

Text Example


Text Example

White with #C08873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08873; }

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

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

background-color css

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

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

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

border-color css

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

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

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