Html Css Color HEX #CE6278 Cabaret

📋 copy color: '#CE6278'

red 206 ◦ green 98 ◦ blue 120

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

Shades of Cabaret #CE6278

Tints of Cabaret #CE6278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.3%

R = 48.58%
G = 23.11%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE6278 (or 0xCE6278) is known color: Cabaret. HEX triplet: CE, 62 and 78. RGB value is (206,98,120). Sum of RGB (Red+Green+Blue) = 206+98+120=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6278 is #319D87. Grayscale: #848484. Windows color (decimal): -3251592 or 7889614. OLE color: 7889614.

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

Color convert

RGB 206 98 120 -
CMYK 0 0.52 0.42 0.19
HSL 347.78º 0.52% 0.6% -
HSV(B) 347.78º 0.52% 0.81% -
XYZ 33.21 23.21 20.5 -
YUV 132.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 206 98 120 0 0.52 0.42 0.19 347.78 0.52 0.6
Hex CE 62 78 0 34 2A 13 15C 34 3C
Octal 316 142 170 0 64 52 23 534 64 74
Binary 11001110 1100010 1111000 0 110100 101010 10011 101011100 110100 111100

Color Harmonies of #CE6278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6278

Black with #CE6278

Text Example


Text Example

White with #CE6278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6278; }

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

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

background-color css

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

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

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

border-color css

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

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

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