Html Css Color HEX #CA1966 Ruby

📋 copy color: '#CA1966'

red 202 ◦ green 25 ◦ blue 102

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

Shades of Ruby #CA1966

Tints of Ruby #CA1966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

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

R = 61.4%
G = 7.6%
B = 31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA1966 (or 0xCA1966) is known color: Ruby. HEX triplet: CA, 19 and 66. RGB value is (202,25,102). Sum of RGB (Red+Green+Blue) = 202+25+102=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1966 is #35E699. Grayscale: #565656. Windows color (decimal): -3532442 or 6691274. OLE color: 6691274.

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

Color convert

RGB 202 25 102 -
CMYK 0 0.88 0.50 0.21
HSL 333.9º 0.78% 0.45% -
HSV(B) 333.9º 0.88% 0.79% -
XYZ 27.1 14.21 13.88 -
YUV 86.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 202 25 102 0 0.88 0.50 0.21 333.9 0.78 0.45
Hex CA 19 66 0 58 32 15 14E 4E 2D
Octal 312 31 146 0 130 62 25 516 116 55
Binary 11001010 11001 1100110 0 1011000 110010 10101 101001110 1001110 101101

Color Harmonies of #CA1966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1966

Black with #CA1966

Text Example


Text Example

White with #CA1966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1966; }

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

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

background-color css

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

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

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

border-color css

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

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

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