Html Css Color HEX #CA0E65 Ruby

📋 copy color: '#CA0E65'

red 202 ◦ green 14 ◦ blue 101

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

Shades of Ruby #CA0E65

Tints of Ruby #CA0E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.42%

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

R = 63.72%
G = 4.42%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA0E65 (or 0xCA0E65) is known color: Ruby. HEX triplet: CA, 0E and 65. RGB value is (202,14,101). Sum of RGB (Red+Green+Blue) = 202+14+101=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E65 is #35F19A. Grayscale: #4F4F4F. Windows color (decimal): -3535259 or 6622922. OLE color: 6622922.

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

Color convert

RGB 202 14 101 -
CMYK 0 0.93 0.50 0.21
HSL 332.23º 0.87% 0.42% -
HSV(B) 332.23º 0.93% 0.79% -
XYZ 26.86 13.81 13.56 -
YUV 80.13 139.78 214.93 -
System Red Green Blue C M Y K H S L
Decimal 202 14 101 0 0.93 0.50 0.21 332.23 0.87 0.42
Hex CA E 65 0 5D 32 15 14C 57 2A
Octal 312 16 145 0 135 62 25 514 127 52
Binary 11001010 1110 1100101 0 1011101 110010 10101 101001100 1010111 101010

Color Harmonies of #CA0E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E65

Black with #CA0E65

Text Example


Text Example

White with #CA0E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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