Html Css Color HEX #C08979 Brandy Rose

📋 copy color: '#C08979'

red 192 ◦ green 137 ◦ blue 121

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

Shades of Brandy Rose #C08979

Tints of Brandy Rose #C08979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.89%

R = 42.67%
G = 30.44%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C08979 (or 0xC08979) is known color: Brandy Rose. HEX triplet: C0, 89 and 79. RGB value is (192,137,121). Sum of RGB (Red+Green+Blue) = 192+137+121=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C08979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08979 is #3F7686. Grayscale: #979797. Windows color (decimal): -4159111 or 7965120. OLE color: 7965120.

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

Color convert

RGB 192 137 121 -
CMYK 0 0.29 0.37 0.25
HSL 13.52º 0.36% 0.61% -
HSV(B) 13.52º 0.37% 0.75% -
XYZ 34.14 30.48 22.17 -
YUV 151.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 192 137 121 0 0.29 0.37 0.25 13.52 0.36 0.61
Hex C0 89 79 0 1D 25 19 E 24 3D
Octal 300 211 171 0 35 45 31 16 44 75
Binary 11000000 10001001 1111001 0 11101 100101 11001 1110 100100 111101

Color Harmonies of #C08979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08979

Black with #C08979

Text Example


Text Example

White with #C08979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08979; }

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

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

background-color css

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

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

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

border-color css

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

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

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