Html Css Color HEX #CE5A6C Cabaret

📋 copy color: '#CE5A6C'

red 206 ◦ green 90 ◦ blue 108

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

Shades of Cabaret #CE5A6C

Tints of Cabaret #CE5A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

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

R = 50.99%
G = 22.28%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE5A6C (or 0xCE5A6C) is known color: Cabaret. HEX triplet: CE, 5A and 6C. RGB value is (206,90,108). Sum of RGB (Red+Green+Blue) = 206+90+108=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A6C is #31A593. Grayscale: #7E7E7E. Windows color (decimal): -3253652 or 7101134. OLE color: 7101134.

HSL color Cylindrical-coordinate representation of color #CE5A6C: hue angle of 350.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5A6C is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 108 -
CMYK 0 0.56 0.48 0.19
HSL 350.69º 0.54% 0.58% -
HSV(B) 350.69º 0.56% 0.81% -
XYZ 31.82 21.52 16.66 -
YUV 126.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 206 90 108 0 0.56 0.48 0.19 350.69 0.54 0.58
Hex CE 5A 6C 0 38 30 13 15F 36 3A
Octal 316 132 154 0 70 60 23 537 66 72
Binary 11001110 1011010 1101100 0 111000 110000 10011 101011111 110110 111010

Color Harmonies of #CE5A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A6C

Black with #CE5A6C

Text Example


Text Example

White with #CE5A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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