Html Css Color HEX #CA085D Ruby

📋 copy color: '#CA085D'

red 202 ◦ green 8 ◦ blue 93

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

Shades of Ruby #CA085D

Tints of Ruby #CA085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 66.67%
G = 2.64%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA085D (or 0xCA085D) is known color: Ruby. HEX triplet: CA, 08 and 5D. RGB value is (202,8,93). Sum of RGB (Red+Green+Blue) = 202+8+93=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA085D is #35F7A2. Grayscale: #4B4B4B. Windows color (decimal): -3536803 or 6097098. OLE color: 6097098.

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

Color convert

RGB 202 8 93 -
CMYK 0 0.96 0.54 0.21
HSL 333.71º 0.92% 0.41% -
HSV(B) 333.71º 0.96% 0.79% -
XYZ 26.42 13.52 11.57 -
YUV 75.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 202 8 93 0 0.96 0.54 0.21 333.71 0.92 0.41
Hex CA 8 5D 0 60 36 15 14E 5C 29
Octal 312 10 135 0 140 66 25 516 134 51
Binary 11001010 1000 1011101 0 1100000 110110 10101 101001110 1011100 101001

Color Harmonies of #CA085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA085D

Black with #CA085D

Text Example


Text Example

White with #CA085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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