Html Css Color HEX #CE626C Cabaret

📋 copy color: '#CE626C'

red 206 ◦ green 98 ◦ blue 108

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

Shades of Cabaret #CE626C

Tints of Cabaret #CE626C

RGB

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

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

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

R = 50%
G = 23.79%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE626C (or 0xCE626C) is known color: Cabaret. HEX triplet: CE, 62 and 6C. RGB value is (206,98,108). Sum of RGB (Red+Green+Blue) = 206+98+108=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE626C is #319D93. Grayscale: #838383. Windows color (decimal): -3251604 or 7103182. OLE color: 7103182.

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

Color convert

RGB 206 98 108 -
CMYK 0 0.52 0.48 0.19
HSL 354.44º 0.52% 0.6% -
HSV(B) 354.44º 0.52% 0.81% -
XYZ 32.53 22.94 16.9 -
YUV 131.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 206 98 108 0 0.52 0.48 0.19 354.44 0.52 0.6
Hex CE 62 6C 0 34 30 13 162 34 3C
Octal 316 142 154 0 64 60 23 542 64 74
Binary 11001110 1100010 1101100 0 110100 110000 10011 101100010 110100 111100

Color Harmonies of #CE626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE626C

Black with #CE626C

Text Example


Text Example

White with #CE626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE626C; }

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

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

background-color css

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

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

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

border-color css

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

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

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