Html Css Color HEX #CA1266 Ruby

📋 copy color: '#CA1266'

red 202 ◦ green 18 ◦ blue 102

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

Shades of Ruby #CA1266

Tints of Ruby #CA1266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.59%

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

R = 62.73%
G = 5.59%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA1266 (or 0xCA1266) is known color: Ruby. HEX triplet: CA, 12 and 66. RGB value is (202,18,102). Sum of RGB (Red+Green+Blue) = 202+18+102=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1266 is #35ED99. Grayscale: #525252. Windows color (decimal): -3534234 or 6689482. OLE color: 6689482.

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

Color convert

RGB 202 18 102 -
CMYK 0 0.91 0.50 0.21
HSL 332.61º 0.84% 0.43% -
HSV(B) 332.61º 0.91% 0.79% -
XYZ 26.97 13.95 13.84 -
YUV 82.59 138.96 213.17 -
System Red Green Blue C M Y K H S L
Decimal 202 18 102 0 0.91 0.50 0.21 332.61 0.84 0.43
Hex CA 12 66 0 5B 32 15 14D 54 2B
Octal 312 22 146 0 133 62 25 515 124 53
Binary 11001010 10010 1100110 0 1011011 110010 10101 101001101 1010100 101011

Color Harmonies of #CA1266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1266

Black with #CA1266

Text Example


Text Example

White with #CA1266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1266; }

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

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

background-color css

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

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

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

border-color css

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

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

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