Html Css Color HEX #CE4060 Cabaret

📋 copy color: '#CE4060'

red 206 ◦ green 64 ◦ blue 96

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

Shades of Cabaret #CE4060

Tints of Cabaret #CE4060

RGB

 RED value IS 206 (80.86% from 255) = 56.28%

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

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

R = 56.28%
G = 17.49%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4060 (or 0xCE4060) is known color: Cabaret. HEX triplet: CE, 40 and 60. RGB value is (206,64,96). Sum of RGB (Red+Green+Blue) = 206+64+96=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4060 is #31BF9F. Grayscale: #6E6E6E. Windows color (decimal): -3260320 or 6308046. OLE color: 6308046.

HSL color Cylindrical-coordinate representation of color #CE4060: hue angle of 346.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4060 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 96 -
CMYK 0 0.69 0.53 0.19
HSL 346.48º 0.59% 0.53% -
HSV(B) 346.48º 0.69% 0.81% -
XYZ 29.4 17.63 12.92 -
YUV 110.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 206 64 96 0 0.69 0.53 0.19 346.48 0.59 0.53
Hex CE 40 60 0 45 35 13 15A 3B 35
Octal 316 100 140 0 105 65 23 532 73 65
Binary 11001110 1000000 1100000 0 1000101 110101 10011 101011010 111011 110101

Color Harmonies of #CE4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4060

Black with #CE4060

Text Example


Text Example

White with #CE4060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4060; }

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

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

background-color css

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

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

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

border-color css

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

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

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