Html Css Color HEX #C08976 Brandy Rose

📋 copy color: '#C08976'

red 192 ◦ green 137 ◦ blue 118

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

Shades of Brandy Rose #C08976

Tints of Brandy Rose #C08976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

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

R = 42.95%
G = 30.65%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08976 (or 0xC08976) is known color: Brandy Rose. HEX triplet: C0, 89 and 76. RGB value is (192,137,118). Sum of RGB (Red+Green+Blue) = 192+137+118=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C08976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08976 is #3F7689. Grayscale: #979797. Windows color (decimal): -4159114 or 7768512. OLE color: 7768512.

HSL color Cylindrical-coordinate representation of color #C08976: hue angle of 15.41º 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 #C08976 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 118 -
CMYK 0 0.29 0.39 0.25
HSL 15.41º 0.37% 0.61% -
HSV(B) 15.41º 0.39% 0.75% -
XYZ 33.95 30.41 21.22 -
YUV 151.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 192 137 118 0 0.29 0.39 0.25 15.41 0.37 0.61
Hex C0 89 76 0 1D 27 19 F 25 3D
Octal 300 211 166 0 35 47 31 17 45 75
Binary 11000000 10001001 1110110 0 11101 100111 11001 1111 100101 111101

Color Harmonies of #C08976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08976

Black with #C08976

Text Example


Text Example

White with #C08976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08976; }

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

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

background-color css

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

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

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

border-color css

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

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

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