Html Css Color HEX #CA0C58 Ruby

📋 copy color: '#CA0C58'

red 202 ◦ green 12 ◦ blue 88

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

Shades of Ruby #CA0C58

Tints of Ruby #CA0C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 66.89%
G = 3.97%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA0C58 (or 0xCA0C58) is known color: Ruby. HEX triplet: CA, 0C and 58. RGB value is (202,12,88). Sum of RGB (Red+Green+Blue) = 202+12+88=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C58 is #35F3A7. Grayscale: #4D4D4D. Windows color (decimal): -3535784 or 5770442. OLE color: 5770442.

HSL color Cylindrical-coordinate representation of color #CA0C58: hue angle of 336º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C58 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 12 88 -
CMYK 0 0.94 0.56 0.21
HSL 336º 0.89% 0.42% -
HSV(B) 336º 0.94% 0.79% -
XYZ 26.25 13.52 10.46 -
YUV 77.47 133.95 216.82 -
System Red Green Blue C M Y K H S L
Decimal 202 12 88 0 0.94 0.56 0.21 336 0.89 0.42
Hex CA C 58 0 5E 38 15 150 59 2A
Octal 312 14 130 0 136 70 25 520 131 52
Binary 11001010 1100 1011000 0 1011110 111000 10101 101010000 1011001 101010

Color Harmonies of #CA0C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C58

Black with #CA0C58

Text Example


Text Example

White with #CA0C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C58; }

 p { color: rgb(202,12,88); }

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

background-color css

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

 a { background-color: rgb(202,12,88); }

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

border-color css

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

 span { border-color: rgb(202,12,88); }

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