Html Css Color HEX #CC516F Cabaret

📋 copy color: '#CC516F'

red 204 ◦ green 81 ◦ blue 111

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

Shades of Cabaret #CC516F

Tints of Cabaret #CC516F

RGB

 RED value IS 204 (80.08% from 255) = 51.52%

 GREEN value IS 81 (32.03% from 255) = 20.45%

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 51.52%
G = 20.45%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC516F (or 0xCC516F) is known color: Cabaret. HEX triplet: CC, 51 and 6F. RGB value is (204,81,111). Sum of RGB (Red+Green+Blue) = 204+81+111=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC516F is #33AE90. Grayscale: #797979. Windows color (decimal): -3387025 or 7295436. OLE color: 7295436.

HSL color Cylindrical-coordinate representation of color #CC516F: hue angle of 345.37º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC516F is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 111 -
CMYK 0 0.60 0.46 0.2
HSL 345.37º 0.55% 0.56% -
HSV(B) 345.37º 0.6% 0.8% -
XYZ 30.71 19.87 17.26 -
YUV 121.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 204 81 111 0 0.60 0.46 0.2 345.37 0.55 0.56
Hex CC 51 6F 0 3C 2E 14 159 37 38
Octal 314 121 157 0 74 56 24 531 67 70
Binary 11001100 1010001 1101111 0 111100 101110 10100 101011001 110111 111000

Color Harmonies of #CC516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC516F

Black with #CC516F

Text Example


Text Example

White with #CC516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC516F; }

 p { color: rgb(204,81,111); }

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

background-color css

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

 a { background-color: rgb(204,81,111); }

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

border-color css

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

 span { border-color: rgb(204,81,111); }

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