Html Css Color HEX #CE5365 Cabaret

📋 copy color: '#CE5365'

red 206 ◦ green 83 ◦ blue 101

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

Shades of Cabaret #CE5365

Tints of Cabaret #CE5365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 52.82%
G = 21.28%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE5365 (or 0xCE5365) is known color: Cabaret. HEX triplet: CE, 53 and 65. RGB value is (206,83,101). Sum of RGB (Red+Green+Blue) = 206+83+101=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5365 is #31AC9A. Grayscale: #797979. Windows color (decimal): -3255451 or 6640590. OLE color: 6640590.

HSL color Cylindrical-coordinate representation of color #CE5365: hue angle of 351.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5365 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 101 -
CMYK 0 0.60 0.51 0.19
HSL 351.22º 0.56% 0.57% -
HSV(B) 351.22º 0.6% 0.81% -
XYZ 30.9 20.25 14.59 -
YUV 121.83 116.25 188.04 -
System Red Green Blue C M Y K H S L
Decimal 206 83 101 0 0.60 0.51 0.19 351.22 0.56 0.57
Hex CE 53 65 0 3C 33 13 15F 38 39
Octal 316 123 145 0 74 63 23 537 70 71
Binary 11001110 1010011 1100101 0 111100 110011 10011 101011111 111000 111001

Color Harmonies of #CE5365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5365

Black with #CE5365

Text Example


Text Example

White with #CE5365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5365; }

 p { color: rgb(206,83,101); }

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

background-color css

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

 a { background-color: rgb(206,83,101); }

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

border-color css

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

 span { border-color: rgb(206,83,101); }

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