Html Css Color HEX #CE5F70 Cabaret

📋 copy color: '#CE5F70'

red 206 ◦ green 95 ◦ blue 112

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

Shades of Cabaret #CE5F70

Tints of Cabaret #CE5F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 49.88%
G = 23%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE5F70 (or 0xCE5F70) is known color: Cabaret. HEX triplet: CE, 5F and 70. RGB value is (206,95,112). Sum of RGB (Red+Green+Blue) = 206+95+112=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F70 is #31A08F. Grayscale: #828282. Windows color (decimal): -3252368 or 7364558. OLE color: 7364558.

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

Color convert

RGB 206 95 112 -
CMYK 0 0.54 0.46 0.19
HSL 350.81º 0.53% 0.59% -
HSV(B) 350.81º 0.54% 0.81% -
XYZ 32.47 22.48 17.96 -
YUV 130.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 206 95 112 0 0.54 0.46 0.19 350.81 0.53 0.59
Hex CE 5F 70 0 36 2E 13 15F 35 3B
Octal 316 137 160 0 66 56 23 537 65 73
Binary 11001110 1011111 1110000 0 110110 101110 10011 101011111 110101 111011

Color Harmonies of #CE5F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F70

Black with #CE5F70

Text Example


Text Example

White with #CE5F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F70; }

 p { color: rgb(206,95,112); }

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

background-color css

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

 a { background-color: rgb(206,95,112); }

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

border-color css

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

 span { border-color: rgb(206,95,112); }

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