Html Css Color HEX #CA1763 Ruby

📋 copy color: '#CA1763'

red 202 ◦ green 23 ◦ blue 99

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

Shades of Ruby #CA1763

Tints of Ruby #CA1763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 62.35%
G = 7.1%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA1763 (or 0xCA1763) is known color: Ruby. HEX triplet: CA, 17 and 63. RGB value is (202,23,99). Sum of RGB (Red+Green+Blue) = 202+23+99=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1763 is #35E89C. Grayscale: #555555. Windows color (decimal): -3532957 or 6494154. OLE color: 6494154.

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

Color convert

RGB 202 23 99 -
CMYK 0 0.89 0.51 0.21
HSL 334.53º 0.8% 0.44% -
HSV(B) 334.53º 0.89% 0.79% -
XYZ 26.92 14.07 13.1 -
YUV 85.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 202 23 99 0 0.89 0.51 0.21 334.53 0.8 0.44
Hex CA 17 63 0 59 33 15 14F 50 2C
Octal 312 27 143 0 131 63 25 517 120 54
Binary 11001010 10111 1100011 0 1011001 110011 10101 101001111 1010000 101100

Color Harmonies of #CA1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1763

Black with #CA1763

Text Example


Text Example

White with #CA1763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1763; }

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

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

background-color css

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

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

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

border-color css

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

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

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