Html Css Color HEX #CA1566 Ruby

📋 copy color: '#CA1566'

red 202 ◦ green 21 ◦ blue 102

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

Shades of Ruby #CA1566

Tints of Ruby #CA1566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.46%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 62.15%
G = 6.46%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA1566 (or 0xCA1566) is known color: Ruby. HEX triplet: CA, 15 and 66. RGB value is (202,21,102). Sum of RGB (Red+Green+Blue) = 202+21+102=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1566 is #35EA99. Grayscale: #545454. Windows color (decimal): -3533466 or 6690250. OLE color: 6690250.

HSL color Cylindrical-coordinate representation of color #CA1566: hue angle of 333.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1566 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 102 -
CMYK 0 0.90 0.50 0.21
HSL 333.15º 0.81% 0.44% -
HSV(B) 333.15º 0.9% 0.79% -
XYZ 27.02 14.05 13.86 -
YUV 84.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 202 21 102 0 0.90 0.50 0.21 333.15 0.81 0.44
Hex CA 15 66 0 5A 32 15 14D 51 2C
Octal 312 25 146 0 132 62 25 515 121 54
Binary 11001010 10101 1100110 0 1011010 110010 10101 101001101 1010001 101100

Color Harmonies of #CA1566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1566

Black with #CA1566

Text Example


Text Example

White with #CA1566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1566; }

 p { color: rgb(202,21,102); }

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

background-color css

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

 a { background-color: rgb(202,21,102); }

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

border-color css

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

 span { border-color: rgb(202,21,102); }

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