Html Css Color HEX #CE6279 Cabaret

📋 copy color: '#CE6279'

red 206 ◦ green 98 ◦ blue 121

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

Shades of Cabaret #CE6279

Tints of Cabaret #CE6279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

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

R = 48.47%
G = 23.06%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE6279 (or 0xCE6279) is known color: Cabaret. HEX triplet: CE, 62 and 79. RGB value is (206,98,121). Sum of RGB (Red+Green+Blue) = 206+98+121=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6279 is #319D86. Grayscale: #848484. Windows color (decimal): -3251591 or 7955150. OLE color: 7955150.

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

Color convert

RGB 206 98 121 -
CMYK 0 0.52 0.41 0.19
HSL 347.22º 0.52% 0.6% -
HSV(B) 347.22º 0.52% 0.81% -
XYZ 33.27 23.24 20.82 -
YUV 132.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 206 98 121 0 0.52 0.41 0.19 347.22 0.52 0.6
Hex CE 62 79 0 34 29 13 15B 34 3C
Octal 316 142 171 0 64 51 23 533 64 74
Binary 11001110 1100010 1111001 0 110100 101001 10011 101011011 110100 111100

Color Harmonies of #CE6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6279

Black with #CE6279

Text Example


Text Example

White with #CE6279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6279; }

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

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

background-color css

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

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

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

border-color css

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

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

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