Html Css Color HEX #CE5372 Cabaret

📋 copy color: '#CE5372'

red 206 ◦ green 83 ◦ blue 114

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

Shades of Cabaret #CE5372

Tints of Cabaret #CE5372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 51.12%
G = 20.6%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE5372 (or 0xCE5372) is known color: Cabaret. HEX triplet: CE, 53 and 72. RGB value is (206,83,114). Sum of RGB (Red+Green+Blue) = 206+83+114=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5372 is #31AC8D. Grayscale: #7B7B7B. Windows color (decimal): -3255438 or 7492558. OLE color: 7492558.

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

Color convert

RGB 206 83 114 -
CMYK 0 0.60 0.45 0.19
HSL 344.88º 0.56% 0.57% -
HSV(B) 344.88º 0.6% 0.81% -
XYZ 31.58 20.52 18.22 -
YUV 123.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 206 83 114 0 0.60 0.45 0.19 344.88 0.56 0.57
Hex CE 53 72 0 3C 2D 13 159 38 39
Octal 316 123 162 0 74 55 23 531 70 71
Binary 11001110 1010011 1110010 0 111100 101101 10011 101011001 111000 111001

Color Harmonies of #CE5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5372

Black with #CE5372

Text Example


Text Example

White with #CE5372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5372; }

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

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

background-color css

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

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

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

border-color css

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

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

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