Html Css Color HEX #C08576 Brandy Rose

📋 copy color: '#C08576'

red 192 ◦ green 133 ◦ blue 118

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

Shades of Brandy Rose #C08576

Tints of Brandy Rose #C08576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 43.34%
G = 30.02%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08576 (or 0xC08576) is known color: Brandy Rose. HEX triplet: C0, 85 and 76. RGB value is (192,133,118). Sum of RGB (Red+Green+Blue) = 192+133+118=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C08576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08576 is #3F7A89. Grayscale: #959595. Windows color (decimal): -4160138 or 7767488. OLE color: 7767488.

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

Color convert

RGB 192 133 118 -
CMYK 0 0.31 0.39 0.25
HSL 12.16º 0.37% 0.61% -
HSV(B) 12.16º 0.39% 0.75% -
XYZ 33.4 29.29 21.03 -
YUV 148.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 192 133 118 0 0.31 0.39 0.25 12.16 0.37 0.61
Hex C0 85 76 0 1F 27 19 C 25 3D
Octal 300 205 166 0 37 47 31 14 45 75
Binary 11000000 10000101 1110110 0 11111 100111 11001 1100 100101 111101

Color Harmonies of #C08576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08576

Black with #C08576

Text Example


Text Example

White with #C08576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08576; }

 p { color: rgb(192,133,118); }

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

background-color css

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

 a { background-color: rgb(192,133,118); }

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

border-color css

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

 span { border-color: rgb(192,133,118); }

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