Html Css Color HEX #CE4261 Cabaret

📋 copy color: '#CE4261'

red 206 ◦ green 66 ◦ blue 97

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

Shades of Cabaret #CE4261

Tints of Cabaret #CE4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 55.83%
G = 17.89%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE4261 (or 0xCE4261) is known color: Cabaret. HEX triplet: CE, 42 and 61. RGB value is (206,66,97). Sum of RGB (Red+Green+Blue) = 206+66+97=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4261 is #31BD9E. Grayscale: #6F6F6F. Windows color (decimal): -3259807 or 6374094. OLE color: 6374094.

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

Color convert

RGB 206 66 97 -
CMYK 0 0.68 0.53 0.19
HSL 346.71º 0.59% 0.53% -
HSV(B) 346.71º 0.68% 0.81% -
XYZ 29.56 17.88 13.2 -
YUV 111.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 206 66 97 0 0.68 0.53 0.19 346.71 0.59 0.53
Hex CE 42 61 0 44 35 13 15B 3B 35
Octal 316 102 141 0 104 65 23 533 73 65
Binary 11001110 1000010 1100001 0 1000100 110101 10011 101011011 111011 110101

Color Harmonies of #CE4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4261

Black with #CE4261

Text Example


Text Example

White with #CE4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4261; }

 p { color: rgb(206,66,97); }

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

background-color css

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

 a { background-color: rgb(206,66,97); }

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

border-color css

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

 span { border-color: rgb(206,66,97); }

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