Html Css Color HEX #C08972 Brandy Rose

📋 copy color: '#C08972'

red 192 ◦ green 137 ◦ blue 114

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

Shades of Brandy Rose #C08972

Tints of Brandy Rose #C08972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 43.34%
G = 30.93%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08972 (or 0xC08972) is known color: Brandy Rose. HEX triplet: C0, 89 and 72. RGB value is (192,137,114). Sum of RGB (Red+Green+Blue) = 192+137+114=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C08972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08972 is #3F768D. Grayscale: #969696. Windows color (decimal): -4159118 or 7506368. OLE color: 7506368.

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

Color convert

RGB 192 137 114 -
CMYK 0 0.29 0.41 0.25
HSL 17.69º 0.38% 0.6% -
HSV(B) 17.69º 0.41% 0.75% -
XYZ 33.72 30.31 19.99 -
YUV 150.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 192 137 114 0 0.29 0.41 0.25 17.69 0.38 0.6
Hex C0 89 72 0 1D 29 19 12 26 3C
Octal 300 211 162 0 35 51 31 22 46 74
Binary 11000000 10001001 1110010 0 11101 101001 11001 10010 100110 111100

Color Harmonies of #C08972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08972

Black with #C08972

Text Example


Text Example

White with #C08972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08972; }

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

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

background-color css

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

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

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

border-color css

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

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

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