Html Css Color HEX #CE626A Cabaret

📋 copy color: '#CE626A'

red 206 ◦ green 98 ◦ blue 106

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

Shades of Cabaret #CE626A

Tints of Cabaret #CE626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 50.24%
G = 23.9%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE626A (or 0xCE626A) is known color: Cabaret. HEX triplet: CE, 62 and 6A. RGB value is (206,98,106). Sum of RGB (Red+Green+Blue) = 206+98+106=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE626A is #319D95. Grayscale: #838383. Windows color (decimal): -3251606 or 6972110. OLE color: 6972110.

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

Color convert

RGB 206 98 106 -
CMYK 0 0.52 0.49 0.19
HSL 355.56º 0.52% 0.6% -
HSV(B) 355.56º 0.52% 0.81% -
XYZ 32.42 22.9 16.35 -
YUV 131.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 206 98 106 0 0.52 0.49 0.19 355.56 0.52 0.6
Hex CE 62 6A 0 34 31 13 164 34 3C
Octal 316 142 152 0 64 61 23 544 64 74
Binary 11001110 1100010 1101010 0 110100 110001 10011 101100100 110100 111100

Color Harmonies of #CE626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE626A

Black with #CE626A

Text Example


Text Example

White with #CE626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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