Html Css Color HEX #CA0955 Ruby

📋 copy color: '#CA0955'

red 202 ◦ green 9 ◦ blue 85

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

Shades of Ruby #CA0955

Tints of Ruby #CA0955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 68.24%
G = 3.04%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA0955 (or 0xCA0955) is known color: Ruby. HEX triplet: CA, 09 and 55. RGB value is (202,9,85). Sum of RGB (Red+Green+Blue) = 202+9+85=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0955 is #35F6AA. Grayscale: #4B4B4B. Windows color (decimal): -3536555 or 5573066. OLE color: 5573066.

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

Color convert

RGB 202 9 85 -
CMYK 0 0.96 0.58 0.21
HSL 336.37º 0.91% 0.41% -
HSV(B) 336.37º 0.96% 0.79% -
XYZ 26.09 13.41 9.81 -
YUV 75.37 133.44 218.32 -
System Red Green Blue C M Y K H S L
Decimal 202 9 85 0 0.96 0.58 0.21 336.37 0.91 0.41
Hex CA 9 55 0 60 3A 15 150 5B 29
Octal 312 11 125 0 140 72 25 520 133 51
Binary 11001010 1001 1010101 0 1100000 111010 10101 101010000 1011011 101001

Color Harmonies of #CA0955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0955

Black with #CA0955

Text Example


Text Example

White with #CA0955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0955; }

 p { color: rgb(202,9,85); }

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

background-color css

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

 a { background-color: rgb(202,9,85); }

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

border-color css

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

 span { border-color: rgb(202,9,85); }

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