Html Css Color HEX #CD2064 Ruby

📋 copy color: '#CD2064'

red 205 ◦ green 32 ◦ blue 100

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

Shades of Ruby #CD2064

Tints of Ruby #CD2064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 60.83%
G = 9.5%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD2064 (or 0xCD2064) is known color: Ruby. HEX triplet: CD, 20 and 64. RGB value is (205,32,100). Sum of RGB (Red+Green+Blue) = 205+32+100=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2064 is #32DF9B. Grayscale: #5B5B5B. Windows color (decimal): -3334044 or 6561997. OLE color: 6561997.

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

Color convert

RGB 205 32 100 -
CMYK 0 0.84 0.51 0.20
HSL 336.42º 0.73% 0.46% -
HSV(B) 336.42º 0.84% 0.8% -
XYZ 27.99 14.93 13.46 -
YUV 91.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 205 32 100 0 0.84 0.51 0.20 336.42 0.73 0.46
Hex CD 20 64 0 54 33 14 150 49 2E
Octal 315 40 144 0 124 63 24 520 111 56
Binary 11001101 100000 1100100 0 1010100 110011 10100 101010000 1001001 101110

Color Harmonies of #CD2064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2064

Black with #CD2064

Text Example


Text Example

White with #CD2064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2064; }

 p { color: rgb(205,32,100); }

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

background-color css

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

 a { background-color: rgb(205,32,100); }

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

border-color css

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

 span { border-color: rgb(205,32,100); }

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