Html Css Color HEX #CA1865 Ruby

📋 copy color: '#CA1865'

red 202 ◦ green 24 ◦ blue 101

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

Shades of Ruby #CA1865

Tints of Ruby #CA1865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 61.77%
G = 7.34%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA1865 (or 0xCA1865) is known color: Ruby. HEX triplet: CA, 18 and 65. RGB value is (202,24,101). Sum of RGB (Red+Green+Blue) = 202+24+101=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1865 is #35E79A. Grayscale: #555555. Windows color (decimal): -3532699 or 6625482. OLE color: 6625482.

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

Color convert

RGB 202 24 101 -
CMYK 0 0.88 0.50 0.21
HSL 334.05º 0.79% 0.44% -
HSV(B) 334.05º 0.88% 0.79% -
XYZ 27.03 14.15 13.62 -
YUV 86 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 202 24 101 0 0.88 0.50 0.21 334.05 0.79 0.44
Hex CA 18 65 0 58 32 15 14E 4F 2C
Octal 312 30 145 0 130 62 25 516 117 54
Binary 11001010 11000 1100101 0 1011000 110010 10101 101001110 1001111 101100

Color Harmonies of #CA1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1865

Black with #CA1865

Text Example


Text Example

White with #CA1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1865; }

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

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

background-color css

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

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

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

border-color css

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

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

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