Html Css Color HEX #CE5073 Cabaret

📋 copy color: '#CE5073'

red 206 ◦ green 80 ◦ blue 115

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

Shades of Cabaret #CE5073

Tints of Cabaret #CE5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 51.37%
G = 19.95%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5073 (or 0xCE5073) is known color: Cabaret. HEX triplet: CE, 50 and 73. RGB value is (206,80,115). Sum of RGB (Red+Green+Blue) = 206+80+115=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5073 is #31AF8C. Grayscale: #797979. Windows color (decimal): -3256205 or 7557326. OLE color: 7557326.

HSL color Cylindrical-coordinate representation of color #CE5073: hue angle of 343.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5073 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 115 -
CMYK 0 0.61 0.44 0.19
HSL 343.33º 0.56% 0.56% -
HSV(B) 343.33º 0.61% 0.81% -
XYZ 31.42 20.1 18.44 -
YUV 121.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 206 80 115 0 0.61 0.44 0.19 343.33 0.56 0.56
Hex CE 50 73 0 3D 2C 13 157 38 38
Octal 316 120 163 0 75 54 23 527 70 70
Binary 11001110 1010000 1110011 0 111101 101100 10011 101010111 111000 111000

Color Harmonies of #CE5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5073

Black with #CE5073

Text Example


Text Example

White with #CE5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5073; }

 p { color: rgb(206,80,115); }

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

background-color css

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

 a { background-color: rgb(206,80,115); }

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

border-color css

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

 span { border-color: rgb(206,80,115); }

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