Html Css Color HEX #CE426C Cabaret

📋 copy color: '#CE426C'

red 206 ◦ green 66 ◦ blue 108

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

Shades of Cabaret #CE426C

Tints of Cabaret #CE426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 54.21%
G = 17.37%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE426C (or 0xCE426C) is known color: Cabaret. HEX triplet: CE, 42 and 6C. RGB value is (206,66,108). Sum of RGB (Red+Green+Blue) = 206+66+108=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE426C is #31BD93. Grayscale: #707070. Windows color (decimal): -3259796 or 7094990. OLE color: 7094990.

HSL color Cylindrical-coordinate representation of color #CE426C: hue angle of 342º 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 #CE426C is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 108 -
CMYK 0 0.68 0.48 0.19
HSL 342º 0.59% 0.53% -
HSV(B) 342º 0.68% 0.81% -
XYZ 30.11 18.1 16.09 -
YUV 112.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 206 66 108 0 0.68 0.48 0.19 342 0.59 0.53
Hex CE 42 6C 0 44 30 13 156 3B 35
Octal 316 102 154 0 104 60 23 526 73 65
Binary 11001110 1000010 1101100 0 1000100 110000 10011 101010110 111011 110101

Color Harmonies of #CE426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE426C

Black with #CE426C

Text Example


Text Example

White with #CE426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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