Html Css Color HEX #CA1469 Ruby

📋 copy color: '#CA1469'

red 202 ◦ green 20 ◦ blue 105

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

Shades of Ruby #CA1469

Tints of Ruby #CA1469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

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

R = 61.77%
G = 6.12%
B = 32.11%

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

#CA1469 (or 0xCA1469) is known color: Ruby. HEX triplet: CA, 14 and 69. RGB value is (202,20,105). Sum of RGB (Red+Green+Blue) = 202+20+105=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1469 is #35EB96. Grayscale: #535353. Windows color (decimal): -3533719 or 6886602. OLE color: 6886602.

HSL color Cylindrical-coordinate representation of color #CA1469: hue angle of 331.98º degrees, saturation: 0.82, 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 #CA1469 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 105 -
CMYK 0 0.90 0.48 0.21
HSL 331.98º 0.82% 0.44% -
HSV(B) 331.98º 0.9% 0.79% -
XYZ 27.16 14.08 14.65 -
YUV 84.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 202 20 105 0 0.90 0.48 0.21 331.98 0.82 0.44
Hex CA 14 69 0 5A 30 15 14C 52 2C
Octal 312 24 151 0 132 60 25 514 122 54
Binary 11001010 10100 1101001 0 1011010 110000 10101 101001100 1010010 101100

Color Harmonies of #CA1469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1469

Black with #CA1469

Text Example


Text Example

White with #CA1469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1469; }

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

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

background-color css

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

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

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

border-color css

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

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

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