Html Css Color HEX #CA0855 Ruby

📋 copy color: '#CA0855'

red 202 ◦ green 8 ◦ blue 85

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

Shades of Ruby #CA0855

Tints of Ruby #CA0855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

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

R = 68.47%
G = 2.71%
B = 28.81%

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

#CA0855 (or 0xCA0855) is known color: Ruby. HEX triplet: CA, 08 and 55. RGB value is (202,8,85). Sum of RGB (Red+Green+Blue) = 202+8+85=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0855 is #35F7AA. Grayscale: #4A4A4A. Windows color (decimal): -3536811 or 5572810. OLE color: 5572810.

HSL color Cylindrical-coordinate representation of color #CA0855: hue angle of 336.19º degrees, saturation: 0.92, 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 #CA0855 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 85 -
CMYK 0 0.96 0.58 0.21
HSL 336.19º 0.92% 0.41% -
HSV(B) 336.19º 0.96% 0.79% -
XYZ 26.08 13.39 9.8 -
YUV 74.78 133.77 218.74 -
System Red Green Blue C M Y K H S L
Decimal 202 8 85 0 0.96 0.58 0.21 336.19 0.92 0.41
Hex CA 8 55 0 60 3A 15 150 5C 29
Octal 312 10 125 0 140 72 25 520 134 51
Binary 11001010 1000 1010101 0 1100000 111010 10101 101010000 1011100 101001

Color Harmonies of #CA0855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0855

Black with #CA0855

Text Example


Text Example

White with #CA0855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0855; }

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

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

background-color css

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

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

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

border-color css

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

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

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