Html Css Color HEX #CE6479 Cabaret

📋 copy color: '#CE6479'

red 206 ◦ green 100 ◦ blue 121

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

Shades of Cabaret #CE6479

Tints of Cabaret #CE6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

 BLUE value IS 121 (47.66% from 255) = 28.34%

R = 48.24%
G = 23.42%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE6479 (or 0xCE6479) is known color: Cabaret. HEX triplet: CE, 64 and 79. RGB value is (206,100,121). Sum of RGB (Red+Green+Blue) = 206+100+121=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6479 is #319B86. Grayscale: #868686. Windows color (decimal): -3251079 or 7955662. OLE color: 7955662.

HSL color Cylindrical-coordinate representation of color #CE6479: hue angle of 348.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6479 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 121 -
CMYK 0 0.51 0.41 0.19
HSL 348.11º 0.52% 0.6% -
HSV(B) 348.11º 0.51% 0.81% -
XYZ 33.46 23.62 20.88 -
YUV 134.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 206 100 121 0 0.51 0.41 0.19 348.11 0.52 0.6
Hex CE 64 79 0 33 29 13 15C 34 3C
Octal 316 144 171 0 63 51 23 534 64 74
Binary 11001110 1100100 1111001 0 110011 101001 10011 101011100 110100 111100

Color Harmonies of #CE6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6479

Black with #CE6479

Text Example


Text Example

White with #CE6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6479; }

 p { color: rgb(206,100,121); }

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

background-color css

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

 a { background-color: rgb(206,100,121); }

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

border-color css

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

 span { border-color: rgb(206,100,121); }

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