Html Css Color HEX #CA085F Ruby

📋 copy color: '#CA085F'

red 202 ◦ green 8 ◦ blue 95

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

Shades of Ruby #CA085F

Tints of Ruby #CA085F

RGB

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

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

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

R = 66.23%
G = 2.62%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA085F (or 0xCA085F) is known color: Ruby. HEX triplet: CA, 08 and 5F. RGB value is (202,8,95). Sum of RGB (Red+Green+Blue) = 202+8+95=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA085F is #35F7A0. Grayscale: #4B4B4B. Windows color (decimal): -3536801 or 6228170. OLE color: 6228170.

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

Color convert

RGB 202 8 95 -
CMYK 0 0.96 0.53 0.21
HSL 333.09º 0.92% 0.41% -
HSV(B) 333.09º 0.96% 0.79% -
XYZ 26.51 13.56 12.05 -
YUV 75.92 138.77 217.93 -
System Red Green Blue C M Y K H S L
Decimal 202 8 95 0 0.96 0.53 0.21 333.09 0.92 0.41
Hex CA 8 5F 0 60 35 15 14D 5C 29
Octal 312 10 137 0 140 65 25 515 134 51
Binary 11001010 1000 1011111 0 1100000 110101 10101 101001101 1011100 101001

Color Harmonies of #CA085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA085F

Black with #CA085F

Text Example


Text Example

White with #CA085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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