Html Css Color HEX #CA205D Ruby

📋 copy color: '#CA205D'

red 202 ◦ green 32 ◦ blue 93

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

Shades of Ruby #CA205D

Tints of Ruby #CA205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

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

R = 61.77%
G = 9.79%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA205D (or 0xCA205D) is known color: Ruby. HEX triplet: CA, 20 and 5D. RGB value is (202,32,93). Sum of RGB (Red+Green+Blue) = 202+32+93=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA205D is #35DFA2. Grayscale: #595959. Windows color (decimal): -3530659 or 6103242. OLE color: 6103242.

HSL color Cylindrical-coordinate representation of color #CA205D: hue angle of 338.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA205D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 93 -
CMYK 0 0.84 0.54 0.21
HSL 338.47º 0.73% 0.46% -
HSV(B) 338.47º 0.84% 0.79% -
XYZ 26.85 14.38 11.72 -
YUV 89.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 202 32 93 0 0.84 0.54 0.21 338.47 0.73 0.46
Hex CA 20 5D 0 54 36 15 152 49 2E
Octal 312 40 135 0 124 66 25 522 111 56
Binary 11001010 100000 1011101 0 1010100 110110 10101 101010010 1001001 101110

Color Harmonies of #CA205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA205D

Black with #CA205D

Text Example


Text Example

White with #CA205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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