Html Css Color HEX #CE6276 Cabaret

📋 copy color: '#CE6276'

red 206 ◦ green 98 ◦ blue 118

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

Shades of Cabaret #CE6276

Tints of Cabaret #CE6276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 48.82%
G = 23.22%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6276 (or 0xCE6276) is known color: Cabaret. HEX triplet: CE, 62 and 76. RGB value is (206,98,118). Sum of RGB (Red+Green+Blue) = 206+98+118=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6276 is #319D89. Grayscale: #848484. Windows color (decimal): -3251594 or 7758542. OLE color: 7758542.

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

Color convert

RGB 206 98 118 -
CMYK 0 0.52 0.43 0.19
HSL 348.89º 0.52% 0.6% -
HSV(B) 348.89º 0.52% 0.81% -
XYZ 33.09 23.17 19.87 -
YUV 132.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 206 98 118 0 0.52 0.43 0.19 348.89 0.52 0.6
Hex CE 62 76 0 34 2B 13 15D 34 3C
Octal 316 142 166 0 64 53 23 535 64 74
Binary 11001110 1100010 1110110 0 110100 101011 10011 101011101 110100 111100

Color Harmonies of #CE6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6276

Black with #CE6276

Text Example


Text Example

White with #CE6276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6276; }

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

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

background-color css

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

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

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

border-color css

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

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

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