Html Css Color HEX #C08978 Brandy Rose

📋 copy color: '#C08978'

red 192 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #C08978

Tints of Brandy Rose #C08978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 42.76%
G = 30.51%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C08978 (or 0xC08978) is known color: Brandy Rose. HEX triplet: C0, 89 and 78. RGB value is (192,137,120). Sum of RGB (Red+Green+Blue) = 192+137+120=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08978 is #3F7687. Grayscale: #979797. Windows color (decimal): -4159112 or 7899584. OLE color: 7899584.

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

Color convert

RGB 192 137 120 -
CMYK 0 0.29 0.38 0.25
HSL 14.17º 0.36% 0.61% -
HSV(B) 14.17º 0.38% 0.75% -
XYZ 34.07 30.45 21.85 -
YUV 151.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 192 137 120 0 0.29 0.38 0.25 14.17 0.36 0.61
Hex C0 89 78 0 1D 26 19 E 24 3D
Octal 300 211 170 0 35 46 31 16 44 75
Binary 11000000 10001001 1111000 0 11101 100110 11001 1110 100100 111101

Color Harmonies of #C08978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08978

Black with #C08978

Text Example


Text Example

White with #C08978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08978; }

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

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

background-color css

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

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

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

border-color css

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

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

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