Html Css Color HEX #C08079 Brandy Rose

📋 copy color: '#C08079'

red 192 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #C08079

Tints of Brandy Rose #C08079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.02%

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

R = 43.54%
G = 29.02%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C08079 (or 0xC08079) is known color: Brandy Rose. HEX triplet: C0, 80 and 79. RGB value is (192,128,121). Sum of RGB (Red+Green+Blue) = 192+128+121=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08079 is #3F7F86. Grayscale: #929292. Windows color (decimal): -4161415 or 7962816. OLE color: 7962816.

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

Color convert

RGB 192 128 121 -
CMYK 0 0.33 0.37 0.25
HSL 5.92º 0.36% 0.61% -
HSV(B) 5.92º 0.37% 0.75% -
XYZ 32.91 28.03 21.76 -
YUV 146.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 192 128 121 0 0.33 0.37 0.25 5.92 0.36 0.61
Hex C0 80 79 0 21 25 19 6 24 3D
Octal 300 200 171 0 41 45 31 6 44 75
Binary 11000000 10000000 1111001 0 100001 100101 11001 110 100100 111101

Color Harmonies of #C08079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08079

Black with #C08079

Text Example


Text Example

White with #C08079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08079; }

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

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

background-color css

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

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

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

border-color css

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

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

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