Html Css Color HEX #CE4C6A Cabaret

📋 copy color: '#CE4C6A'

red 206 ◦ green 76 ◦ blue 106

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

Shades of Cabaret #CE4C6A

Tints of Cabaret #CE4C6A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 53.09%
G = 19.59%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE4C6A (or 0xCE4C6A) is known color: Cabaret. HEX triplet: CE, 4C and 6A. RGB value is (206,76,106). Sum of RGB (Red+Green+Blue) = 206+76+106=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4C6A is #31B395. Grayscale: #767676. Windows color (decimal): -3257238 or 6966478. OLE color: 6966478.

HSL color Cylindrical-coordinate representation of color #CE4C6A: hue angle of 346.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4C6A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 76 106 -
CMYK 0 0.63 0.49 0.19
HSL 346.15º 0.57% 0.55% -
HSV(B) 346.15º 0.63% 0.81% -
XYZ 30.64 19.33 15.75 -
YUV 118.29 121.07 190.56 -
System Red Green Blue C M Y K H S L
Decimal 206 76 106 0 0.63 0.49 0.19 346.15 0.57 0.55
Hex CE 4C 6A 0 3F 31 13 15A 39 37
Octal 316 114 152 0 77 61 23 532 71 67
Binary 11001110 1001100 1101010 0 111111 110001 10011 101011010 111001 110111

Color Harmonies of #CE4C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C6A

Black with #CE4C6A

Text Example


Text Example

White with #CE4C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C6A; }

 p { color: rgb(206,76,106); }

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

background-color css

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

 a { background-color: rgb(206,76,106); }

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

border-color css

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

 span { border-color: rgb(206,76,106); }

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