Html Css Color HEX #CE6275 Cabaret

📋 copy color: '#CE6275'

red 206 ◦ green 98 ◦ blue 117

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

Shades of Cabaret #CE6275

Tints of Cabaret #CE6275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 48.93%
G = 23.28%
B = 27.79%

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

#CE6275 (or 0xCE6275) is known color: Cabaret. HEX triplet: CE, 62 and 75. RGB value is (206,98,117). Sum of RGB (Red+Green+Blue) = 206+98+117=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6275 is #319D8A. Grayscale: #848484. Windows color (decimal): -3251595 or 7693006. OLE color: 7693006.

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

Color convert

RGB 206 98 117 -
CMYK 0 0.52 0.43 0.19
HSL 349.44º 0.52% 0.6% -
HSV(B) 349.44º 0.52% 0.81% -
XYZ 33.03 23.14 19.56 -
YUV 132.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 206 98 117 0 0.52 0.43 0.19 349.44 0.52 0.6
Hex CE 62 75 0 34 2B 13 15D 34 3C
Octal 316 142 165 0 64 53 23 535 64 74
Binary 11001110 1100010 1110101 0 110100 101011 10011 101011101 110100 111100

Color Harmonies of #CE6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6275

Black with #CE6275

Text Example


Text Example

White with #CE6275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6275; }

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

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

background-color css

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

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

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

border-color css

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

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

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