Html Css Color HEX #CE506E Cabaret

📋 copy color: '#CE506E'

red 206 ◦ green 80 ◦ blue 110

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

Shades of Cabaret #CE506E

Tints of Cabaret #CE506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 52.02%
G = 20.2%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE506E (or 0xCE506E) is known color: Cabaret. HEX triplet: CE, 50 and 6E. RGB value is (206,80,110). Sum of RGB (Red+Green+Blue) = 206+80+110=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE506E is #31AF91. Grayscale: #797979. Windows color (decimal): -3256210 or 7229646. OLE color: 7229646.

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

Color convert

RGB 206 80 110 -
CMYK 0 0.61 0.47 0.19
HSL 345.71º 0.56% 0.56% -
HSV(B) 345.71º 0.61% 0.81% -
XYZ 31.14 19.98 16.97 -
YUV 121.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 206 80 110 0 0.61 0.47 0.19 345.71 0.56 0.56
Hex CE 50 6E 0 3D 2F 13 15A 38 38
Octal 316 120 156 0 75 57 23 532 70 70
Binary 11001110 1010000 1101110 0 111101 101111 10011 101011010 111000 111000

Color Harmonies of #CE506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE506E

Black with #CE506E

Text Example


Text Example

White with #CE506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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