Html Css Color HEX #CA1569 Ruby

📋 copy color: '#CA1569'

red 202 ◦ green 21 ◦ blue 105

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

Shades of Ruby #CA1569

Tints of Ruby #CA1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 61.59%
G = 6.4%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA1569 (or 0xCA1569) is known color: Ruby. HEX triplet: CA, 15 and 69. RGB value is (202,21,105). Sum of RGB (Red+Green+Blue) = 202+21+105=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1569 is #35EA96. Grayscale: #545454. Windows color (decimal): -3533463 or 6886858. OLE color: 6886858.

HSL color Cylindrical-coordinate representation of color #CA1569: hue angle of 332.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1569 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 105 -
CMYK 0 0.90 0.48 0.21
HSL 332.15º 0.81% 0.44% -
HSV(B) 332.15º 0.9% 0.79% -
XYZ 27.18 14.11 14.66 -
YUV 84.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 202 21 105 0 0.90 0.48 0.21 332.15 0.81 0.44
Hex CA 15 69 0 5A 30 15 14C 51 2C
Octal 312 25 151 0 132 60 25 514 121 54
Binary 11001010 10101 1101001 0 1011010 110000 10101 101001100 1010001 101100

Color Harmonies of #CA1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1569

Black with #CA1569

Text Example


Text Example

White with #CA1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1569; }

 p { color: rgb(202,21,105); }

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

background-color css

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

 a { background-color: rgb(202,21,105); }

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

border-color css

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

 span { border-color: rgb(202,21,105); }

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