Html Css Color HEX #CE5074 Cabaret

📋 copy color: '#CE5074'

red 206 ◦ green 80 ◦ blue 116

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

Shades of Cabaret #CE5074

Tints of Cabaret #CE5074

RGB

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

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

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

R = 51.24%
G = 19.9%
B = 28.86%

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

#CE5074 (or 0xCE5074) is known color: Cabaret. HEX triplet: CE, 50 and 74. RGB value is (206,80,116). Sum of RGB (Red+Green+Blue) = 206+80+116=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5074 is #31AF8B. Grayscale: #797979. Windows color (decimal): -3256204 or 7622862. OLE color: 7622862.

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

Color convert

RGB 206 80 116 -
CMYK 0 0.61 0.44 0.19
HSL 342.86º 0.56% 0.56% -
HSV(B) 342.86º 0.61% 0.81% -
XYZ 31.47 20.12 18.75 -
YUV 121.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 206 80 116 0 0.61 0.44 0.19 342.86 0.56 0.56
Hex CE 50 74 0 3D 2C 13 157 38 38
Octal 316 120 164 0 75 54 23 527 70 70
Binary 11001110 1010000 1110100 0 111101 101100 10011 101010111 111000 111000

Color Harmonies of #CE5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5074

Black with #CE5074

Text Example


Text Example

White with #CE5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5074; }

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

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

background-color css

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

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

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

border-color css

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

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

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