Html Css Color HEX #CE5367 Cabaret

📋 copy color: '#CE5367'

red 206 ◦ green 83 ◦ blue 103

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

Shades of Cabaret #CE5367

Tints of Cabaret #CE5367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.28%

R = 52.55%
G = 21.17%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5367 (or 0xCE5367) is known color: Cabaret. HEX triplet: CE, 53 and 67. RGB value is (206,83,103). Sum of RGB (Red+Green+Blue) = 206+83+103=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5367 is #31AC98. Grayscale: #7A7A7A. Windows color (decimal): -3255449 or 6771662. OLE color: 6771662.

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

Color convert

RGB 206 83 103 -
CMYK 0 0.60 0.50 0.19
HSL 350.24º 0.56% 0.57% -
HSV(B) 350.24º 0.6% 0.81% -
XYZ 31 20.29 15.11 -
YUV 122.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 206 83 103 0 0.60 0.50 0.19 350.24 0.56 0.57
Hex CE 53 67 0 3C 32 13 15E 38 39
Octal 316 123 147 0 74 62 23 536 70 71
Binary 11001110 1010011 1100111 0 111100 110010 10011 101011110 111000 111001

Color Harmonies of #CE5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5367

Black with #CE5367

Text Example


Text Example

White with #CE5367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5367; }

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

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

background-color css

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

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

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

border-color css

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

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

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