Html Css Color HEX #CA1256 Ruby

📋 copy color: '#CA1256'

red 202 ◦ green 18 ◦ blue 86

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

Shades of Ruby #CA1256

Tints of Ruby #CA1256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.1%

R = 66.01%
G = 5.88%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA1256 (or 0xCA1256) is known color: Ruby. HEX triplet: CA, 12 and 56. RGB value is (202,18,86). Sum of RGB (Red+Green+Blue) = 202+18+86=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1256 is #35EDA9. Grayscale: #505050. Windows color (decimal): -3534250 or 5640906. OLE color: 5640906.

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

Color convert

RGB 202 18 86 -
CMYK 0 0.91 0.57 0.21
HSL 337.83º 0.84% 0.43% -
HSV(B) 337.83º 0.91% 0.79% -
XYZ 26.25 13.66 10.06 -
YUV 80.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 202 18 86 0 0.91 0.57 0.21 337.83 0.84 0.43
Hex CA 12 56 0 5B 39 15 152 54 2B
Octal 312 22 126 0 133 71 25 522 124 53
Binary 11001010 10010 1010110 0 1011011 111001 10101 101010010 1010100 101011

Color Harmonies of #CA1256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1256

Black with #CA1256

Text Example


Text Example

White with #CA1256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1256; }

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

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

background-color css

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

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

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

border-color css

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

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

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