Html Css Color HEX #CE5A6A Cabaret

📋 copy color: '#CE5A6A'

red 206 ◦ green 90 ◦ blue 106

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

Shades of Cabaret #CE5A6A

Tints of Cabaret #CE5A6A

RGB

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

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

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

R = 51.24%
G = 22.39%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE5A6A (or 0xCE5A6A) is known color: Cabaret. HEX triplet: CE, 5A and 6A. RGB value is (206,90,106). Sum of RGB (Red+Green+Blue) = 206+90+106=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A6A is #31A595. Grayscale: #7E7E7E. Windows color (decimal): -3253654 or 6970062. OLE color: 6970062.

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

Color convert

RGB 206 90 106 -
CMYK 0 0.56 0.49 0.19
HSL 351.72º 0.54% 0.58% -
HSV(B) 351.72º 0.56% 0.81% -
XYZ 31.71 21.47 16.11 -
YUV 126.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 206 90 106 0 0.56 0.49 0.19 351.72 0.54 0.58
Hex CE 5A 6A 0 38 31 13 160 36 3A
Octal 316 132 152 0 70 61 23 540 66 72
Binary 11001110 1011010 1101010 0 111000 110001 10011 101100000 110110 111010

Color Harmonies of #CE5A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A6A

Black with #CE5A6A

Text Example


Text Example

White with #CE5A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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