Html Css Color HEX #CE5369 Cabaret

📋 copy color: '#CE5369'

red 206 ◦ green 83 ◦ blue 105

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

Shades of Cabaret #CE5369

Tints of Cabaret #CE5369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.65%

R = 52.28%
G = 21.07%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE5369 (or 0xCE5369) is known color: Cabaret. HEX triplet: CE, 53 and 69. RGB value is (206,83,105). Sum of RGB (Red+Green+Blue) = 206+83+105=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5369 is #31AC96. Grayscale: #7A7A7A. Windows color (decimal): -3255447 or 6902734. OLE color: 6902734.

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

Color convert

RGB 206 83 105 -
CMYK 0 0.60 0.49 0.19
HSL 349.27º 0.56% 0.57% -
HSV(B) 349.27º 0.6% 0.81% -
XYZ 31.1 20.33 15.65 -
YUV 122.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 206 83 105 0 0.60 0.49 0.19 349.27 0.56 0.57
Hex CE 53 69 0 3C 31 13 15D 38 39
Octal 316 123 151 0 74 61 23 535 70 71
Binary 11001110 1010011 1101001 0 111100 110001 10011 101011101 111000 111001

Color Harmonies of #CE5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5369

Black with #CE5369

Text Example


Text Example

White with #CE5369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5369; }

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

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

background-color css

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

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

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

border-color css

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

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

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