Html Css Color HEX #C76079 Cabaret

📋 copy color: '#C76079'

red 199 ◦ green 96 ◦ blue 121

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

Shades of Cabaret #C76079

Tints of Cabaret #C76079

RGB

 RED value IS 199 (78.13% from 255) = 47.84%

 GREEN value IS 96 (37.89% from 255) = 23.08%

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

R = 47.84%
G = 23.08%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C76079 (or 0xC76079) is known color: Cabaret. HEX triplet: C7, 60 and 79. RGB value is (199,96,121). Sum of RGB (Red+Green+Blue) = 199+96+121=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76079 is #389F86. Grayscale: #818181. Windows color (decimal): -3710855 or 7954631. OLE color: 7954631.

HSL color Cylindrical-coordinate representation of color #C76079: hue angle of 345.44º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76079 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 121 -
CMYK 0 0.52 0.39 0.22
HSL 345.44º 0.48% 0.58% -
HSV(B) 345.44º 0.52% 0.78% -
XYZ 31.19 21.89 20.67 -
YUV 129.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 199 96 121 0 0.52 0.39 0.22 345.44 0.48 0.58
Hex C7 60 79 0 34 27 16 159 30 3A
Octal 307 140 171 0 64 47 26 531 60 72
Binary 11000111 1100000 1111001 0 110100 100111 10110 101011001 110000 111010

Color Harmonies of #C76079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76079

Black with #C76079

Text Example


Text Example

White with #C76079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76079; }

 p { color: rgb(199,96,121); }

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

background-color css

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

 a { background-color: rgb(199,96,121); }

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

border-color css

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

 span { border-color: rgb(199,96,121); }

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