Html Css Color HEX #CD1A65 Ruby

📋 copy color: '#CD1A65'

red 205 ◦ green 26 ◦ blue 101

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

Shades of Ruby #CD1A65

Tints of Ruby #CD1A65

RGB

 RED value IS 205 (80.47% from 255) = 61.75%

 GREEN value IS 26 (10.55% from 255) = 7.83%

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 61.75%
G = 7.83%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD1A65 (or 0xCD1A65) is known color: Ruby. HEX triplet: CD, 1A and 65. RGB value is (205,26,101). Sum of RGB (Red+Green+Blue) = 205+26+101=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1A65 is #32E59A. Grayscale: #575757. Windows color (decimal): -3335579 or 6625997. OLE color: 6625997.

HSL color Cylindrical-coordinate representation of color #CD1A65: hue angle of 334.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1A65 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 26 101 -
CMYK 0 0.87 0.51 0.20
HSL 334.86º 0.77% 0.45% -
HSV(B) 334.86º 0.87% 0.8% -
XYZ 27.9 14.66 13.67 -
YUV 88.07 135.3 211.4 -
System Red Green Blue C M Y K H S L
Decimal 205 26 101 0 0.87 0.51 0.20 334.86 0.77 0.45
Hex CD 1A 65 0 57 33 14 14F 4D 2D
Octal 315 32 145 0 127 63 24 517 115 55
Binary 11001101 11010 1100101 0 1010111 110011 10100 101001111 1001101 101101

Color Harmonies of #CD1A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1A65

Black with #CD1A65

Text Example


Text Example

White with #CD1A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1A65; }

 p { color: rgb(205,26,101); }

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

background-color css

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

 a { background-color: rgb(205,26,101); }

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

border-color css

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

 span { border-color: rgb(205,26,101); }

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