Html Css Color HEX #CA0462 Ruby

📋 copy color: '#CA0462'

red 202 ◦ green 4 ◦ blue 98

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

Shades of Ruby #CA0462

Tints of Ruby #CA0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 66.45%
G = 1.32%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA0462 (or 0xCA0462) is known color: Ruby. HEX triplet: CA, 04 and 62. RGB value is (202,4,98). Sum of RGB (Red+Green+Blue) = 202+4+98=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0462 is #35FB9D. Grayscale: #494949. Windows color (decimal): -3537822 or 6423754. OLE color: 6423754.

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

Color convert

RGB 202 4 98 -
CMYK 0 0.98 0.51 0.21
HSL 331.52º 0.96% 0.4% -
HSV(B) 331.52º 0.98% 0.79% -
XYZ 26.61 13.53 12.76 -
YUV 73.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 202 4 98 0 0.98 0.51 0.21 331.52 0.96 0.4
Hex CA 4 62 0 62 33 15 14C 60 28
Octal 312 4 142 0 142 63 25 514 140 50
Binary 11001010 100 1100010 0 1100010 110011 10101 101001100 1100000 101000

Color Harmonies of #CA0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0462

Black with #CA0462

Text Example


Text Example

White with #CA0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0462; }

 p { color: rgb(202,4,98); }

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

background-color css

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

 a { background-color: rgb(202,4,98); }

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

border-color css

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

 span { border-color: rgb(202,4,98); }

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