Html Css Color HEX #CA0856 Ruby

📋 copy color: '#CA0856'

red 202 ◦ green 8 ◦ blue 86

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

Shades of Ruby #CA0856

Tints of Ruby #CA0856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.05%

R = 68.24%
G = 2.7%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA0856 (or 0xCA0856) is known color: Ruby. HEX triplet: CA, 08 and 56. RGB value is (202,8,86). Sum of RGB (Red+Green+Blue) = 202+8+86=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0856 is #35F7A9. Grayscale: #4A4A4A. Windows color (decimal): -3536810 or 5638346. OLE color: 5638346.

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

Color convert

RGB 202 8 86 -
CMYK 0 0.96 0.57 0.21
HSL 335.88º 0.92% 0.41% -
HSV(B) 335.88º 0.96% 0.79% -
XYZ 26.12 13.4 10.01 -
YUV 74.9 134.27 218.66 -
System Red Green Blue C M Y K H S L
Decimal 202 8 86 0 0.96 0.57 0.21 335.88 0.92 0.41
Hex CA 8 56 0 60 39 15 150 5C 29
Octal 312 10 126 0 140 71 25 520 134 51
Binary 11001010 1000 1010110 0 1100000 111001 10101 101010000 1011100 101001

Color Harmonies of #CA0856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0856

Black with #CA0856

Text Example


Text Example

White with #CA0856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0856; }

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

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

background-color css

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

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

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

border-color css

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

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

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