Html Css Color HEX #CD165D Ruby

📋 copy color: '#CD165D'

red 205 ◦ green 22 ◦ blue 93

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

Shades of Ruby #CD165D

Tints of Ruby #CD165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.88%

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

R = 64.06%
G = 6.88%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD165D (or 0xCD165D) is known color: Ruby. HEX triplet: CD, 16 and 5D. RGB value is (205,22,93). Sum of RGB (Red+Green+Blue) = 205+22+93=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD165D is #32E9A2. Grayscale: #545454. Windows color (decimal): -3336611 or 6100685. OLE color: 6100685.

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

Color convert

RGB 205 22 93 -
CMYK 0 0.89 0.55 0.20
HSL 336.72º 0.81% 0.45% -
HSV(B) 336.72º 0.89% 0.8% -
XYZ 27.44 14.34 11.68 -
YUV 84.81 132.63 213.73 -
System Red Green Blue C M Y K H S L
Decimal 205 22 93 0 0.89 0.55 0.20 336.72 0.81 0.45
Hex CD 16 5D 0 59 37 14 151 51 2D
Octal 315 26 135 0 131 67 24 521 121 55
Binary 11001101 10110 1011101 0 1011001 110111 10100 101010001 1010001 101101

Color Harmonies of #CD165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD165D

Black with #CD165D

Text Example


Text Example

White with #CD165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD165D; }

 p { color: rgb(205,22,93); }

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

background-color css

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

 a { background-color: rgb(205,22,93); }

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

border-color css

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

 span { border-color: rgb(205,22,93); }

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