Html Css Color HEX #C64060 Cabaret

📋 copy color: '#C64060'

red 198 ◦ green 64 ◦ blue 96

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

Shades of Cabaret #C64060

Tints of Cabaret #C64060

RGB

 RED value IS 198 (77.73% from 255) = 55.31%

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 55.31%
G = 17.88%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C64060 (or 0xC64060) is known color: Cabaret. HEX triplet: C6, 40 and 60. RGB value is (198,64,96). Sum of RGB (Red+Green+Blue) = 198+64+96=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C64060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64060 is #39BF9F. Grayscale: #6B6B6B. Windows color (decimal): -3784608 or 6308038. OLE color: 6308038.

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

Color convert

RGB 198 64 96 -
CMYK 0 0.68 0.52 0.22
HSL 345.67º 0.54% 0.51% -
HSV(B) 345.67º 0.68% 0.78% -
XYZ 27.23 16.52 12.82 -
YUV 107.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 198 64 96 0 0.68 0.52 0.22 345.67 0.54 0.51
Hex C6 40 60 0 44 34 16 15A 36 33
Octal 306 100 140 0 104 64 26 532 66 63
Binary 11000110 1000000 1100000 0 1000100 110100 10110 101011010 110110 110011

Color Harmonies of #C64060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64060

Black with #C64060

Text Example


Text Example

White with #C64060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64060; }

 p { color: rgb(198,64,96); }

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

background-color css

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

 a { background-color: rgb(198,64,96); }

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

border-color css

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

 span { border-color: rgb(198,64,96); }

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