Html Css Color HEX #CC506F Cabaret

📋 copy color: '#CC506F'

red 204 ◦ green 80 ◦ blue 111

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

Shades of Cabaret #CC506F

Tints of Cabaret #CC506F

RGB

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

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

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

R = 51.65%
G = 20.25%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC506F (or 0xCC506F) is known color: Cabaret. HEX triplet: CC, 50 and 6F. RGB value is (204,80,111). Sum of RGB (Red+Green+Blue) = 204+80+111=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC506F is #33AF90. Grayscale: #787878. Windows color (decimal): -3387281 or 7295180. OLE color: 7295180.

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

Color convert

RGB 204 80 111 -
CMYK 0 0.61 0.46 0.2
HSL 345º 0.55% 0.56% -
HSV(B) 345º 0.61% 0.8% -
XYZ 30.64 19.72 17.23 -
YUV 120.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 204 80 111 0 0.61 0.46 0.2 345 0.55 0.56
Hex CC 50 6F 0 3D 2E 14 159 37 38
Octal 314 120 157 0 75 56 24 531 67 70
Binary 11001100 1010000 1101111 0 111101 101110 10100 101011001 110111 111000

Color Harmonies of #CC506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC506F

Black with #CC506F

Text Example


Text Example

White with #CC506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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