Html Css Color HEX #CE6474 Cabaret

📋 copy color: '#CE6474'

red 206 ◦ green 100 ◦ blue 116

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

Shades of Cabaret #CE6474

Tints of Cabaret #CE6474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.49%

R = 48.82%
G = 23.7%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6474 (or 0xCE6474) is known color: Cabaret. HEX triplet: CE, 64 and 74. RGB value is (206,100,116). Sum of RGB (Red+Green+Blue) = 206+100+116=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6474 is #319B8B. Grayscale: #858585. Windows color (decimal): -3251084 or 7627982. OLE color: 7627982.

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

Color convert

RGB 206 100 116 -
CMYK 0 0.51 0.44 0.19
HSL 350.94º 0.52% 0.6% -
HSV(B) 350.94º 0.51% 0.81% -
XYZ 33.16 23.5 19.31 -
YUV 133.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 206 100 116 0 0.51 0.44 0.19 350.94 0.52 0.6
Hex CE 64 74 0 33 2C 13 15F 34 3C
Octal 316 144 164 0 63 54 23 537 64 74
Binary 11001110 1100100 1110100 0 110011 101100 10011 101011111 110100 111100

Color Harmonies of #CE6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6474

Black with #CE6474

Text Example


Text Example

White with #CE6474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6474; }

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

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

background-color css

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

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

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

border-color css

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

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

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