Html Css Color HEX #CA0365 Ruby

📋 copy color: '#CA0365'

red 202 ◦ green 3 ◦ blue 101

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

Shades of Ruby #CA0365

Tints of Ruby #CA0365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 66.01%
G = 0.98%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA0365 (or 0xCA0365) is known color: Ruby. HEX triplet: CA, 03 and 65. RGB value is (202,3,101). Sum of RGB (Red+Green+Blue) = 202+3+101=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0365 is #35FC9A. Grayscale: #494949. Windows color (decimal): -3538075 or 6620106. OLE color: 6620106.

HSL color Cylindrical-coordinate representation of color #CA0365: hue angle of 330.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0365 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 101 -
CMYK 0 0.99 0.50 0.21
HSL 330.45º 0.97% 0.4% -
HSV(B) 330.45º 0.99% 0.79% -
XYZ 26.74 13.56 13.52 -
YUV 73.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 202 3 101 0 0.99 0.50 0.21 330.45 0.97 0.4
Hex CA 3 65 0 63 32 15 14A 61 28
Octal 312 3 145 0 143 62 25 512 141 50
Binary 11001010 11 1100101 0 1100011 110010 10101 101001010 1100001 101000

Color Harmonies of #CA0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0365

Black with #CA0365

Text Example


Text Example

White with #CA0365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0365; }

 p { color: rgb(202,3,101); }

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

background-color css

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

 a { background-color: rgb(202,3,101); }

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

border-color css

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

 span { border-color: rgb(202,3,101); }

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