Html Css Color HEX #CA055F Ruby

📋 copy color: '#CA055F'

red 202 ◦ green 5 ◦ blue 95

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

Shades of Ruby #CA055F

Tints of Ruby #CA055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 66.89%
G = 1.66%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA055F (or 0xCA055F) is known color: Ruby. HEX triplet: CA, 05 and 5F. RGB value is (202,5,95). Sum of RGB (Red+Green+Blue) = 202+5+95=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA055F is #35FAA0. Grayscale: #4A4A4A. Windows color (decimal): -3537569 or 6227402. OLE color: 6227402.

HSL color Cylindrical-coordinate representation of color #CA055F: hue angle of 332.59º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA055F is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 95 -
CMYK 0 0.98 0.53 0.21
HSL 332.59º 0.95% 0.41% -
HSV(B) 332.59º 0.98% 0.79% -
XYZ 26.48 13.49 12.04 -
YUV 74.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 202 5 95 0 0.98 0.53 0.21 332.59 0.95 0.41
Hex CA 5 5F 0 62 35 15 14D 5F 29
Octal 312 5 137 0 142 65 25 515 137 51
Binary 11001010 101 1011111 0 1100010 110101 10101 101001101 1011111 101001

Color Harmonies of #CA055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA055F

Black with #CA055F

Text Example


Text Example

White with #CA055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA055F; }

 p { color: rgb(202,5,95); }

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

background-color css

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

 a { background-color: rgb(202,5,95); }

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

border-color css

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

 span { border-color: rgb(202,5,95); }

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