Html Css Color HEX #CE426A Cabaret

📋 copy color: '#CE426A'

red 206 ◦ green 66 ◦ blue 106

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

Shades of Cabaret #CE426A

Tints of Cabaret #CE426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 54.5%
G = 17.46%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE426A (or 0xCE426A) is known color: Cabaret. HEX triplet: CE, 42 and 6A. RGB value is (206,66,106). Sum of RGB (Red+Green+Blue) = 206+66+106=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE426A is #31BD95. Grayscale: #707070. Windows color (decimal): -3259798 or 6963918. OLE color: 6963918.

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

Color convert

RGB 206 66 106 -
CMYK 0 0.68 0.49 0.19
HSL 342.86º 0.59% 0.53% -
HSV(B) 342.86º 0.68% 0.81% -
XYZ 30 18.06 15.54 -
YUV 112.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 206 66 106 0 0.68 0.49 0.19 342.86 0.59 0.53
Hex CE 42 6A 0 44 31 13 157 3B 35
Octal 316 102 152 0 104 61 23 527 73 65
Binary 11001110 1000010 1101010 0 1000100 110001 10011 101010111 111011 110101

Color Harmonies of #CE426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE426A

Black with #CE426A

Text Example


Text Example

White with #CE426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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