Html Css Color HEX #CE466B Cabaret

📋 copy color: '#CE466B'

red 206 ◦ green 70 ◦ blue 107

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

Shades of Cabaret #CE466B

Tints of Cabaret #CE466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.28%

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

R = 53.79%
G = 18.28%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE466B (or 0xCE466B) is known color: Cabaret. HEX triplet: CE, 46 and 6B. RGB value is (206,70,107). Sum of RGB (Red+Green+Blue) = 206+70+107=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE466B is #31B994. Grayscale: #727272. Windows color (decimal): -3258773 or 7030478. OLE color: 7030478.

HSL color Cylindrical-coordinate representation of color #CE466B: hue angle of 343.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE466B is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 70 107 -
CMYK 0 0.66 0.48 0.19
HSL 343.68º 0.58% 0.54% -
HSV(B) 343.68º 0.66% 0.81% -
XYZ 30.3 18.56 15.9 -
YUV 114.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 206 70 107 0 0.66 0.48 0.19 343.68 0.58 0.54
Hex CE 46 6B 0 42 30 13 158 3A 36
Octal 316 106 153 0 102 60 23 530 72 66
Binary 11001110 1000110 1101011 0 1000010 110000 10011 101011000 111010 110110

Color Harmonies of #CE466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE466B

Black with #CE466B

Text Example


Text Example

White with #CE466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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