Html Css Color HEX #CA0F60 Ruby

📋 copy color: '#CA0F60'

red 202 ◦ green 15 ◦ blue 96

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

Shades of Ruby #CA0F60

Tints of Ruby #CA0F60

RGB

 RED value IS 202 (79.3% from 255) = 64.54%

 GREEN value IS 15 (6.25% from 255) = 4.79%

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

R = 64.54%
G = 4.79%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA0F60 (or 0xCA0F60) is known color: Ruby. HEX triplet: CA, 0F and 60. RGB value is (202,15,96). Sum of RGB (Red+Green+Blue) = 202+15+96=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0F60 is #35F09F. Grayscale: #505050. Windows color (decimal): -3535008 or 6295498. OLE color: 6295498.

HSL color Cylindrical-coordinate representation of color #CA0F60: hue angle of 334.01º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F60 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 15 96 -
CMYK 0 0.93 0.52 0.21
HSL 334.01º 0.86% 0.43% -
HSV(B) 334.01º 0.93% 0.79% -
XYZ 26.64 13.74 12.31 -
YUV 80.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 202 15 96 0 0.93 0.52 0.21 334.01 0.86 0.43
Hex CA F 60 0 5D 34 15 14E 56 2B
Octal 312 17 140 0 135 64 25 516 126 53
Binary 11001010 1111 1100000 0 1011101 110100 10101 101001110 1010110 101011

Color Harmonies of #CA0F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F60

Black with #CA0F60

Text Example


Text Example

White with #CA0F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F60; }

 p { color: rgb(202,15,96); }

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

background-color css

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

 a { background-color: rgb(202,15,96); }

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

border-color css

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

 span { border-color: rgb(202,15,96); }

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