Html Css Color HEX #CE4B6B Cabaret

📋 copy color: '#CE4B6B'

red 206 ◦ green 75 ◦ blue 107

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

Shades of Cabaret #CE4B6B

Tints of Cabaret #CE4B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.33%

 BLUE value IS 107 (42.19% from 255) = 27.58%

R = 53.09%
G = 19.33%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE4B6B (or 0xCE4B6B) is known color: Cabaret. HEX triplet: CE, 4B and 6B. RGB value is (206,75,107). Sum of RGB (Red+Green+Blue) = 206+75+107=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B6B is #31B494. Grayscale: #757575. Windows color (decimal): -3257493 or 7031758. OLE color: 7031758.

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

Color convert

RGB 206 75 107 -
CMYK 0 0.64 0.48 0.19
HSL 345.34º 0.57% 0.55% -
HSV(B) 345.34º 0.64% 0.81% -
XYZ 30.62 19.22 16 -
YUV 117.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 206 75 107 0 0.64 0.48 0.19 345.34 0.57 0.55
Hex CE 4B 6B 0 40 30 13 159 39 37
Octal 316 113 153 0 100 60 23 531 71 67
Binary 11001110 1001011 1101011 0 1000000 110000 10011 101011001 111001 110111

Color Harmonies of #CE4B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B6B

Black with #CE4B6B

Text Example


Text Example

White with #CE4B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B6B; }

 p { color: rgb(206,75,107); }

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

background-color css

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

 a { background-color: rgb(206,75,107); }

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

border-color css

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

 span { border-color: rgb(206,75,107); }

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