Html Css Color HEX #CC1B60 Ruby

📋 copy color: '#CC1B60'

red 204 ◦ green 27 ◦ blue 96

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

Shades of Ruby #CC1B60

Tints of Ruby #CC1B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.26%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 62.39%
G = 8.26%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC1B60 (or 0xCC1B60) is known color: Ruby. HEX triplet: CC, 1B and 60. RGB value is (204,27,96). Sum of RGB (Red+Green+Blue) = 204+27+96=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1B60 is #33E49F. Grayscale: #575757. Windows color (decimal): -3400864 or 6298572. OLE color: 6298572.

HSL color Cylindrical-coordinate representation of color #CC1B60: hue angle of 336.61º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1B60 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 27 96 -
CMYK 0 0.87 0.53 0.2
HSL 336.61º 0.77% 0.45% -
HSV(B) 336.61º 0.87% 0.8% -
XYZ 27.41 14.47 12.41 -
YUV 87.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 204 27 96 0 0.87 0.53 0.2 336.61 0.77 0.45
Hex CC 1B 60 0 57 35 14 151 4D 2D
Octal 314 33 140 0 127 65 24 521 115 55
Binary 11001100 11011 1100000 0 1010111 110101 10100 101010001 1001101 101101

Color Harmonies of #CC1B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B60

Black with #CC1B60

Text Example


Text Example

White with #CC1B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B60; }

 p { color: rgb(204,27,96); }

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

background-color css

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

 a { background-color: rgb(204,27,96); }

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

border-color css

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

 span { border-color: rgb(204,27,96); }

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