Html Css Color HEX #CC1360 Ruby

📋 copy color: '#CC1360'

red 204 ◦ green 19 ◦ blue 96

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

Shades of Ruby #CC1360

Tints of Ruby #CC1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

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

R = 63.95%
G = 5.96%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC1360 (or 0xCC1360) is known color: Ruby. HEX triplet: CC, 13 and 60. RGB value is (204,19,96). Sum of RGB (Red+Green+Blue) = 204+19+96=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1360 is #33EC9F. Grayscale: #525252. Windows color (decimal): -3402912 or 6296524. OLE color: 6296524.

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

Color convert

RGB 204 19 96 -
CMYK 0 0.91 0.53 0.2
HSL 335.03º 0.83% 0.44% -
HSV(B) 335.03º 0.91% 0.8% -
XYZ 27.25 14.15 12.36 -
YUV 83.09 135.29 214.24 -
System Red Green Blue C M Y K H S L
Decimal 204 19 96 0 0.91 0.53 0.2 335.03 0.83 0.44
Hex CC 13 60 0 5B 35 14 14F 53 2C
Octal 314 23 140 0 133 65 24 517 123 54
Binary 11001100 10011 1100000 0 1011011 110101 10100 101001111 1010011 101100

Color Harmonies of #CC1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1360

Black with #CC1360

Text Example


Text Example

White with #CC1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1360; }

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

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

background-color css

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

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

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

border-color css

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

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

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