Html Css Color HEX #CE5275 Cabaret

📋 copy color: '#CE5275'

red 206 ◦ green 82 ◦ blue 117

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

Shades of Cabaret #CE5275

Tints of Cabaret #CE5275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 50.86%
G = 20.25%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE5275 (or 0xCE5275) is known color: Cabaret. HEX triplet: CE, 52 and 75. RGB value is (206,82,117). Sum of RGB (Red+Green+Blue) = 206+82+117=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5275 is #31AD8A. Grayscale: #7B7B7B. Windows color (decimal): -3255691 or 7688910. OLE color: 7688910.

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

Color convert

RGB 206 82 117 -
CMYK 0 0.60 0.43 0.19
HSL 343.06º 0.56% 0.56% -
HSV(B) 343.06º 0.6% 0.81% -
XYZ 31.68 20.44 19.11 -
YUV 123.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 206 82 117 0 0.60 0.43 0.19 343.06 0.56 0.56
Hex CE 52 75 0 3C 2B 13 157 38 38
Octal 316 122 165 0 74 53 23 527 70 70
Binary 11001110 1010010 1110101 0 111100 101011 10011 101010111 111000 111000

Color Harmonies of #CE5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5275

Black with #CE5275

Text Example


Text Example

White with #CE5275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5275; }

 p { color: rgb(206,82,117); }

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

background-color css

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

 a { background-color: rgb(206,82,117); }

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

border-color css

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

 span { border-color: rgb(206,82,117); }

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