Html Css Color HEX #C08973 Brandy Rose

📋 copy color: '#C08973'

red 192 ◦ green 137 ◦ blue 115

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

Shades of Brandy Rose #C08973

Tints of Brandy Rose #C08973

RGB

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

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

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

R = 43.24%
G = 30.86%
B = 25.9%

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

#C08973 (or 0xC08973) is known color: Brandy Rose. HEX triplet: C0, 89 and 73. RGB value is (192,137,115). Sum of RGB (Red+Green+Blue) = 192+137+115=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08973 is #3F768C. Grayscale: #979797. Windows color (decimal): -4159117 or 7571904. OLE color: 7571904.

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

Color convert

RGB 192 137 115 -
CMYK 0 0.29 0.40 0.25
HSL 17.14º 0.38% 0.6% -
HSV(B) 17.14º 0.4% 0.75% -
XYZ 33.78 30.34 20.29 -
YUV 150.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 192 137 115 0 0.29 0.40 0.25 17.14 0.38 0.6
Hex C0 89 73 0 1D 28 19 11 26 3C
Octal 300 211 163 0 35 50 31 21 46 74
Binary 11000000 10001001 1110011 0 11101 101000 11001 10001 100110 111100

Color Harmonies of #C08973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08973

Black with #C08973

Text Example


Text Example

White with #C08973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08973; }

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

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

background-color css

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

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

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

border-color css

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

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

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