Html Css Color HEX #CE4360 Cabaret

📋 copy color: '#CE4360'

red 206 ◦ green 67 ◦ blue 96

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

Shades of Cabaret #CE4360

Tints of Cabaret #CE4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

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

R = 55.83%
G = 18.16%
B = 26.02%

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

#CE4360 (or 0xCE4360) is known color: Cabaret. HEX triplet: CE, 43 and 60. RGB value is (206,67,96). Sum of RGB (Red+Green+Blue) = 206+67+96=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4360 is #31BC9F. Grayscale: #6F6F6F. Windows color (decimal): -3259552 or 6308814. OLE color: 6308814.

HSL color Cylindrical-coordinate representation of color #CE4360: hue angle of 347.48º degrees, saturation: 0.59, 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 #CE4360 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 67 96 -
CMYK 0 0.67 0.53 0.19
HSL 347.48º 0.59% 0.54% -
HSV(B) 347.48º 0.67% 0.81% -
XYZ 29.57 17.98 12.98 -
YUV 111.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 206 67 96 0 0.67 0.53 0.19 347.48 0.59 0.54
Hex CE 43 60 0 43 35 13 15B 3B 36
Octal 316 103 140 0 103 65 23 533 73 66
Binary 11001110 1000011 1100000 0 1000011 110101 10011 101011011 111011 110110

Color Harmonies of #CE4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4360

Black with #CE4360

Text Example


Text Example

White with #CE4360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4360; }

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

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

background-color css

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

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

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

border-color css

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

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

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