Html Css Color HEX #CE4A6D Cabaret

📋 copy color: '#CE4A6D'

red 206 ◦ green 74 ◦ blue 109

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

Shades of Cabaret #CE4A6D

Tints of Cabaret #CE4A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.02%

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 52.96%
G = 19.02%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE4A6D (or 0xCE4A6D) is known color: Cabaret. HEX triplet: CE, 4A and 6D. RGB value is (206,74,109). Sum of RGB (Red+Green+Blue) = 206+74+109=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A6D is #31B592. Grayscale: #757575. Windows color (decimal): -3257747 or 7162574. OLE color: 7162574.

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

Color convert

RGB 206 74 109 -
CMYK 0 0.64 0.47 0.19
HSL 344.09º 0.57% 0.55% -
HSV(B) 344.09º 0.64% 0.81% -
XYZ 30.66 19.12 16.54 -
YUV 117.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 206 74 109 0 0.64 0.47 0.19 344.09 0.57 0.55
Hex CE 4A 6D 0 40 2F 13 158 39 37
Octal 316 112 155 0 100 57 23 530 71 67
Binary 11001110 1001010 1101101 0 1000000 101111 10011 101011000 111001 110111

Color Harmonies of #CE4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4A6D

Black with #CE4A6D

Text Example


Text Example

White with #CE4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4A6D; }

 p { color: rgb(206,74,109); }

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

background-color css

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

 a { background-color: rgb(206,74,109); }

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

border-color css

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

 span { border-color: rgb(206,74,109); }

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