Html Css Color HEX #CE606F Cabaret

📋 copy color: '#CE606F'

red 206 ◦ green 96 ◦ blue 111

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

Shades of Cabaret #CE606F

Tints of Cabaret #CE606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 49.88%
G = 23.24%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE606F (or 0xCE606F) is known color: Cabaret. HEX triplet: CE, 60 and 6F. RGB value is (206,96,111). Sum of RGB (Red+Green+Blue) = 206+96+111=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE606F is #319F90. Grayscale: #828282. Windows color (decimal): -3252113 or 7299278. OLE color: 7299278.

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

Color convert

RGB 206 96 111 -
CMYK 0 0.53 0.46 0.19
HSL 351.82º 0.53% 0.59% -
HSV(B) 351.82º 0.53% 0.81% -
XYZ 32.51 22.64 17.69 -
YUV 130.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 206 96 111 0 0.53 0.46 0.19 351.82 0.53 0.59
Hex CE 60 6F 0 35 2E 13 160 35 3B
Octal 316 140 157 0 65 56 23 540 65 73
Binary 11001110 1100000 1101111 0 110101 101110 10011 101100000 110101 111011

Color Harmonies of #CE606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE606F

Black with #CE606F

Text Example


Text Example

White with #CE606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE606F; }

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

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

background-color css

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

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

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

border-color css

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

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

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