Html Css Color HEX #CE6478 Cabaret

📋 copy color: '#CE6478'

red 206 ◦ green 100 ◦ blue 120

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

Shades of Cabaret #CE6478

Tints of Cabaret #CE6478

RGB

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

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

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

R = 48.36%
G = 23.47%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE6478 (or 0xCE6478) is known color: Cabaret. HEX triplet: CE, 64 and 78. RGB value is (206,100,120). Sum of RGB (Red+Green+Blue) = 206+100+120=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6478 is #319B87. Grayscale: #868686. Windows color (decimal): -3251080 or 7890126. OLE color: 7890126.

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

Color convert

RGB 206 100 120 -
CMYK 0 0.51 0.42 0.19
HSL 348.68º 0.52% 0.6% -
HSV(B) 348.68º 0.51% 0.81% -
XYZ 33.4 23.59 20.56 -
YUV 133.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 206 100 120 0 0.51 0.42 0.19 348.68 0.52 0.6
Hex CE 64 78 0 33 2A 13 15D 34 3C
Octal 316 144 170 0 63 52 23 535 64 74
Binary 11001110 1100100 1111000 0 110011 101010 10011 101011101 110100 111100

Color Harmonies of #CE6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6478

Black with #CE6478

Text Example


Text Example

White with #CE6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6478; }

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

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

background-color css

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

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

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

border-color css

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

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

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