Html Css Color HEX #CE5E7A Cabaret

📋 copy color: '#CE5E7A'

red 206 ◦ green 94 ◦ blue 122

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

Shades of Cabaret #CE5E7A

Tints of Cabaret #CE5E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.27%

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 48.82%
G = 22.27%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE5E7A (or 0xCE5E7A) is known color: Cabaret. HEX triplet: CE, 5E and 7A. RGB value is (206,94,122). Sum of RGB (Red+Green+Blue) = 206+94+122=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E7A is #31A185. Grayscale: #828282. Windows color (decimal): -3252614 or 8019662. OLE color: 8019662.

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

Color convert

RGB 206 94 122 -
CMYK 0 0.54 0.41 0.19
HSL 345º 0.53% 0.59% -
HSV(B) 345º 0.54% 0.81% -
XYZ 32.97 22.53 21.02 -
YUV 130.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 206 94 122 0 0.54 0.41 0.19 345 0.53 0.59
Hex CE 5E 7A 0 36 29 13 159 35 3B
Octal 316 136 172 0 66 51 23 531 65 73
Binary 11001110 1011110 1111010 0 110110 101001 10011 101011001 110101 111011

Color Harmonies of #CE5E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E7A

Black with #CE5E7A

Text Example


Text Example

White with #CE5E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E7A; }

 p { color: rgb(206,94,122); }

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

background-color css

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

 a { background-color: rgb(206,94,122); }

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

border-color css

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

 span { border-color: rgb(206,94,122); }

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