Html Css Color HEX #CA1869 Ruby

📋 copy color: '#CA1869'

red 202 ◦ green 24 ◦ blue 105

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

Shades of Ruby #CA1869

Tints of Ruby #CA1869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

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

R = 61.03%
G = 7.25%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA1869 (or 0xCA1869) is known color: Ruby. HEX triplet: CA, 18 and 69. RGB value is (202,24,105). Sum of RGB (Red+Green+Blue) = 202+24+105=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1869 is #35E796. Grayscale: #565656. Windows color (decimal): -3532695 or 6887626. OLE color: 6887626.

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

Color convert

RGB 202 24 105 -
CMYK 0 0.88 0.48 0.21
HSL 332.7º 0.79% 0.44% -
HSV(B) 332.7º 0.88% 0.79% -
XYZ 27.23 14.23 14.68 -
YUV 86.46 138.47 210.41 -
System Red Green Blue C M Y K H S L
Decimal 202 24 105 0 0.88 0.48 0.21 332.7 0.79 0.44
Hex CA 18 69 0 58 30 15 14D 4F 2C
Octal 312 30 151 0 130 60 25 515 117 54
Binary 11001010 11000 1101001 0 1011000 110000 10101 101001101 1001111 101100

Color Harmonies of #CA1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1869

Black with #CA1869

Text Example


Text Example

White with #CA1869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1869; }

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

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

background-color css

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

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

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

border-color css

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

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

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