Html Css Color HEX #CA0E6A Ruby

📋 copy color: '#CA0E6A'

red 202 ◦ green 14 ◦ blue 106

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

Shades of Ruby #CA0E6A

Tints of Ruby #CA0E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 62.73%
G = 4.35%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA0E6A (or 0xCA0E6A) is known color: Ruby. HEX triplet: CA, 0E and 6A. RGB value is (202,14,106). Sum of RGB (Red+Green+Blue) = 202+14+106=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E6A is #35F195. Grayscale: #505050. Windows color (decimal): -3535254 or 6950602. OLE color: 6950602.

HSL color Cylindrical-coordinate representation of color #CA0E6A: hue angle of 330.64º 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 #CA0E6A is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 14 106 -
CMYK 0 0.93 0.48 0.21
HSL 330.64º 0.87% 0.42% -
HSV(B) 330.64º 0.93% 0.79% -
XYZ 27.12 13.91 14.89 -
YUV 80.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 202 14 106 0 0.93 0.48 0.21 330.64 0.87 0.42
Hex CA E 6A 0 5D 30 15 14B 57 2A
Octal 312 16 152 0 135 60 25 513 127 52
Binary 11001010 1110 1101010 0 1011101 110000 10101 101001011 1010111 101010

Color Harmonies of #CA0E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0E6A

Black with #CA0E6A

Text Example


Text Example

White with #CA0E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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