Html Css Color HEX #CE4460 Cabaret

📋 copy color: '#CE4460'

red 206 ◦ green 68 ◦ blue 96

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

Shades of Cabaret #CE4460

Tints of Cabaret #CE4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

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

R = 55.68%
G = 18.38%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4460 (or 0xCE4460) is known color: Cabaret. HEX triplet: CE, 44 and 60. RGB value is (206,68,96). Sum of RGB (Red+Green+Blue) = 206+68+96=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4460 is #31BB9F. Grayscale: #707070. Windows color (decimal): -3259296 or 6309070. OLE color: 6309070.

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

Color convert

RGB 206 68 96 -
CMYK 0 0.67 0.53 0.19
HSL 347.83º 0.58% 0.54% -
HSV(B) 347.83º 0.67% 0.81% -
XYZ 29.63 18.1 13 -
YUV 112.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 206 68 96 0 0.67 0.53 0.19 347.83 0.58 0.54
Hex CE 44 60 0 43 35 13 15C 3A 36
Octal 316 104 140 0 103 65 23 534 72 66
Binary 11001110 1000100 1100000 0 1000011 110101 10011 101011100 111010 110110

Color Harmonies of #CE4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4460

Black with #CE4460

Text Example


Text Example

White with #CE4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4460; }

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

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

background-color css

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

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

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

border-color css

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

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

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