Html Css Color HEX #CA065D Ruby

📋 copy color: '#CA065D'

red 202 ◦ green 6 ◦ blue 93

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

Shades of Ruby #CA065D

Tints of Ruby #CA065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 67.11%
G = 1.99%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA065D (or 0xCA065D) is known color: Ruby. HEX triplet: CA, 06 and 5D. RGB value is (202,6,93). Sum of RGB (Red+Green+Blue) = 202+6+93=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA065D is #35F9A2. Grayscale: #4A4A4A. Windows color (decimal): -3537315 or 6096586. OLE color: 6096586.

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

Color convert

RGB 202 6 93 -
CMYK 0 0.97 0.54 0.21
HSL 333.37º 0.94% 0.41% -
HSV(B) 333.37º 0.97% 0.79% -
XYZ 26.4 13.48 11.57 -
YUV 74.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 202 6 93 0 0.97 0.54 0.21 333.37 0.94 0.41
Hex CA 6 5D 0 61 36 15 14D 5E 29
Octal 312 6 135 0 141 66 25 515 136 51
Binary 11001010 110 1011101 0 1100001 110110 10101 101001101 1011110 101001

Color Harmonies of #CA065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA065D

Black with #CA065D

Text Example


Text Example

White with #CA065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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