Html Css Color HEX #CA0862 Ruby

📋 copy color: '#CA0862'

red 202 ◦ green 8 ◦ blue 98

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

Shades of Ruby #CA0862

Tints of Ruby #CA0862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.6%

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

R = 65.58%
G = 2.6%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA0862 (or 0xCA0862) is known color: Ruby. HEX triplet: CA, 08 and 62. RGB value is (202,8,98). Sum of RGB (Red+Green+Blue) = 202+8+98=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0862 is #35F79D. Grayscale: #4C4C4C. Windows color (decimal): -3536798 or 6424778. OLE color: 6424778.

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

Color convert

RGB 202 8 98 -
CMYK 0 0.96 0.51 0.21
HSL 332.16º 0.92% 0.41% -
HSV(B) 332.16º 0.96% 0.79% -
XYZ 26.65 13.61 12.78 -
YUV 76.27 140.27 217.68 -
System Red Green Blue C M Y K H S L
Decimal 202 8 98 0 0.96 0.51 0.21 332.16 0.92 0.41
Hex CA 8 62 0 60 33 15 14C 5C 29
Octal 312 10 142 0 140 63 25 514 134 51
Binary 11001010 1000 1100010 0 1100000 110011 10101 101001100 1011100 101001

Color Harmonies of #CA0862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0862

Black with #CA0862

Text Example


Text Example

White with #CA0862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0862; }

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

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

background-color css

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

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

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

border-color css

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

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

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