Html Css Color HEX #CE5A74 Cabaret

📋 copy color: '#CE5A74'

red 206 ◦ green 90 ◦ blue 116

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

Shades of Cabaret #CE5A74

Tints of Cabaret #CE5A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 50%
G = 21.84%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5A74 (or 0xCE5A74) is known color: Cabaret. HEX triplet: CE, 5A and 74. RGB value is (206,90,116). Sum of RGB (Red+Green+Blue) = 206+90+116=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A74 is #31A58B. Grayscale: #7F7F7F. Windows color (decimal): -3253644 or 7625422. OLE color: 7625422.

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

Color convert

RGB 206 90 116 -
CMYK 0 0.56 0.44 0.19
HSL 346.55º 0.54% 0.58% -
HSV(B) 346.55º 0.56% 0.81% -
XYZ 32.26 21.7 19.01 -
YUV 127.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 206 90 116 0 0.56 0.44 0.19 346.55 0.54 0.58
Hex CE 5A 74 0 38 2C 13 15B 36 3A
Octal 316 132 164 0 70 54 23 533 66 72
Binary 11001110 1011010 1110100 0 111000 101100 10011 101011011 110110 111010

Color Harmonies of #CE5A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A74

Black with #CE5A74

Text Example


Text Example

White with #CE5A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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