Html Css Color HEX #CC506A Cabaret

📋 copy color: '#CC506A'

red 204 ◦ green 80 ◦ blue 106

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

Shades of Cabaret #CC506A

Tints of Cabaret #CC506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 52.31%
G = 20.51%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC506A (or 0xCC506A) is known color: Cabaret. HEX triplet: CC, 50 and 6A. RGB value is (204,80,106). Sum of RGB (Red+Green+Blue) = 204+80+106=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC506A is #33AF95. Grayscale: #787878. Windows color (decimal): -3387286 or 6967500. OLE color: 6967500.

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

Color convert

RGB 204 80 106 -
CMYK 0 0.61 0.48 0.2
HSL 347.42º 0.55% 0.56% -
HSV(B) 347.42º 0.61% 0.8% -
XYZ 30.37 19.62 15.82 -
YUV 120.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 204 80 106 0 0.61 0.48 0.2 347.42 0.55 0.56
Hex CC 50 6A 0 3D 30 14 15B 37 38
Octal 314 120 152 0 75 60 24 533 67 70
Binary 11001100 1010000 1101010 0 111101 110000 10100 101011011 110111 111000

Color Harmonies of #CC506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC506A

Black with #CC506A

Text Example


Text Example

White with #CC506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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