Html Css Color HEX #CE506C Cabaret

📋 copy color: '#CE506C'

red 206 ◦ green 80 ◦ blue 108

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

Shades of Cabaret #CE506C

Tints of Cabaret #CE506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 52.28%
G = 20.3%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE506C (or 0xCE506C) is known color: Cabaret. HEX triplet: CE, 50 and 6C. RGB value is (206,80,108). Sum of RGB (Red+Green+Blue) = 206+80+108=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE506C is #31AF93. Grayscale: #787878. Windows color (decimal): -3256212 or 7098574. OLE color: 7098574.

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

Color convert

RGB 206 80 108 -
CMYK 0 0.61 0.48 0.19
HSL 346.67º 0.56% 0.56% -
HSV(B) 346.67º 0.61% 0.81% -
XYZ 31.03 19.94 16.4 -
YUV 120.87 120.74 188.72 -
System Red Green Blue C M Y K H S L
Decimal 206 80 108 0 0.61 0.48 0.19 346.67 0.56 0.56
Hex CE 50 6C 0 3D 30 13 15B 38 38
Octal 316 120 154 0 75 60 23 533 70 70
Binary 11001110 1010000 1101100 0 111101 110000 10011 101011011 111000 111000

Color Harmonies of #CE506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE506C

Black with #CE506C

Text Example


Text Example

White with #CE506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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