Html Css Color HEX #CA0262 Ruby

📋 copy color: '#CA0262'

red 202 ◦ green 2 ◦ blue 98

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

Shades of Ruby #CA0262

Tints of Ruby #CA0262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 66.89%
G = 0.66%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA0262 (or 0xCA0262) is known color: Ruby. HEX triplet: CA, 02 and 62. RGB value is (202,2,98). Sum of RGB (Red+Green+Blue) = 202+2+98=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0262 is #35FD9D. Grayscale: #484848. Windows color (decimal): -3538334 or 6423242. OLE color: 6423242.

HSL color Cylindrical-coordinate representation of color #CA0262: hue angle of 331.2º degrees, saturation: 0.98, 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 #CA0262 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 2 98 -
CMYK 0 0.99 0.51 0.21
HSL 331.2º 0.98% 0.4% -
HSV(B) 331.2º 0.99% 0.79% -
XYZ 26.58 13.48 12.76 -
YUV 72.74 142.26 220.19 -
System Red Green Blue C M Y K H S L
Decimal 202 2 98 0 0.99 0.51 0.21 331.2 0.98 0.4
Hex CA 2 62 0 63 33 15 14B 62 28
Octal 312 2 142 0 143 63 25 513 142 50
Binary 11001010 10 1100010 0 1100011 110011 10101 101001011 1100010 101000

Color Harmonies of #CA0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0262

Black with #CA0262

Text Example


Text Example

White with #CA0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0262; }

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

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

background-color css

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

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

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

border-color css

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

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

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