Html Css Color HEX #CA1657 Ruby

📋 copy color: '#CA1657'

red 202 ◦ green 22 ◦ blue 87

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

Shades of Ruby #CA1657

Tints of Ruby #CA1657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 64.95%
G = 7.07%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA1657 (or 0xCA1657) is known color: Ruby. HEX triplet: CA, 16 and 57. RGB value is (202,22,87). Sum of RGB (Red+Green+Blue) = 202+22+87=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1657 is #35E9A8. Grayscale: #535353. Windows color (decimal): -3533225 or 5707466. OLE color: 5707466.

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

Color convert

RGB 202 22 87 -
CMYK 0 0.89 0.57 0.21
HSL 338.33º 0.8% 0.44% -
HSV(B) 338.33º 0.89% 0.79% -
XYZ 26.36 13.82 10.29 -
YUV 83.23 130.13 212.71 -
System Red Green Blue C M Y K H S L
Decimal 202 22 87 0 0.89 0.57 0.21 338.33 0.8 0.44
Hex CA 16 57 0 59 39 15 152 50 2C
Octal 312 26 127 0 131 71 25 522 120 54
Binary 11001010 10110 1010111 0 1011001 111001 10101 101010010 1010000 101100

Color Harmonies of #CA1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1657

Black with #CA1657

Text Example


Text Example

White with #CA1657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1657; }

 p { color: rgb(202,22,87); }

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

background-color css

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

 a { background-color: rgb(202,22,87); }

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

border-color css

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

 span { border-color: rgb(202,22,87); }

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