Html Css Color HEX #CA1766 Ruby

📋 copy color: '#CA1766'

red 202 ◦ green 23 ◦ blue 102

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

Shades of Ruby #CA1766

Tints of Ruby #CA1766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

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

R = 61.77%
G = 7.03%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA1766 (or 0xCA1766) is known color: Ruby. HEX triplet: CA, 17 and 66. RGB value is (202,23,102). Sum of RGB (Red+Green+Blue) = 202+23+102=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1766 is #35E899. Grayscale: #555555. Windows color (decimal): -3532954 or 6690762. OLE color: 6690762.

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

Color convert

RGB 202 23 102 -
CMYK 0 0.89 0.50 0.21
HSL 333.52º 0.8% 0.44% -
HSV(B) 333.52º 0.89% 0.79% -
XYZ 27.06 14.13 13.87 -
YUV 85.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 202 23 102 0 0.89 0.50 0.21 333.52 0.8 0.44
Hex CA 17 66 0 59 32 15 14E 50 2C
Octal 312 27 146 0 131 62 25 516 120 54
Binary 11001010 10111 1100110 0 1011001 110010 10101 101001110 1010000 101100

Color Harmonies of #CA1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1766

Black with #CA1766

Text Example


Text Example

White with #CA1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1766; }

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

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

background-color css

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

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

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

border-color css

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

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

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