Html Css Color HEX #CE4171 Cabaret

📋 copy color: '#CE4171'

red 206 ◦ green 65 ◦ blue 113

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

Shades of Cabaret #CE4171

Tints of Cabaret #CE4171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 53.65%
G = 16.93%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE4171 (or 0xCE4171) is known color: Cabaret. HEX triplet: CE, 41 and 71. RGB value is (206,65,113). Sum of RGB (Red+Green+Blue) = 206+65+113=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4171 is #31BE8E. Grayscale: #707070. Windows color (decimal): -3260047 or 7422414. OLE color: 7422414.

HSL color Cylindrical-coordinate representation of color #CE4171: hue angle of 339.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4171 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 113 -
CMYK 0 0.68 0.45 0.19
HSL 339.57º 0.59% 0.53% -
HSV(B) 339.57º 0.68% 0.81% -
XYZ 30.32 18.09 17.52 -
YUV 112.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 206 65 113 0 0.68 0.45 0.19 339.57 0.59 0.53
Hex CE 41 71 0 44 2D 13 154 3B 35
Octal 316 101 161 0 104 55 23 524 73 65
Binary 11001110 1000001 1110001 0 1000100 101101 10011 101010100 111011 110101

Color Harmonies of #CE4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4171

Black with #CE4171

Text Example


Text Example

White with #CE4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4171; }

 p { color: rgb(206,65,113); }

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

background-color css

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

 a { background-color: rgb(206,65,113); }

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

border-color css

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

 span { border-color: rgb(206,65,113); }

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