Html Css Color HEX #CE426B Cabaret

📋 copy color: '#CE426B'

red 206 ◦ green 66 ◦ blue 107

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

Shades of Cabaret #CE426B

Tints of Cabaret #CE426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 54.35%
G = 17.41%
B = 28.23%

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

#CE426B (or 0xCE426B) is known color: Cabaret. HEX triplet: CE, 42 and 6B. RGB value is (206,66,107). Sum of RGB (Red+Green+Blue) = 206+66+107=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE426B is #31BD94. Grayscale: #707070. Windows color (decimal): -3259797 or 7029454. OLE color: 7029454.

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

Color convert

RGB 206 66 107 -
CMYK 0 0.68 0.48 0.19
HSL 342.43º 0.59% 0.53% -
HSV(B) 342.43º 0.68% 0.81% -
XYZ 30.06 18.08 15.82 -
YUV 112.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 206 66 107 0 0.68 0.48 0.19 342.43 0.59 0.53
Hex CE 42 6B 0 44 30 13 156 3B 35
Octal 316 102 153 0 104 60 23 526 73 65
Binary 11001110 1000010 1101011 0 1000100 110000 10011 101010110 111011 110101

Color Harmonies of #CE426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE426B

Black with #CE426B

Text Example


Text Example

White with #CE426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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