Html Css Color HEX #CD166D Ruby

📋 copy color: '#CD166D'

red 205 ◦ green 22 ◦ blue 109

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

Shades of Ruby #CD166D

Tints of Ruby #CD166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 61.01%
G = 6.55%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD166D (or 0xCD166D) is known color: Ruby. HEX triplet: CD, 16 and 6D. RGB value is (205,22,109). Sum of RGB (Red+Green+Blue) = 205+22+109=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD166D is #32E992. Grayscale: #565656. Windows color (decimal): -3336595 or 7149261. OLE color: 7149261.

HSL color Cylindrical-coordinate representation of color #CD166D: hue angle of 331.48º 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 #CD166D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 22 109 -
CMYK 0 0.89 0.47 0.20
HSL 331.48º 0.81% 0.45% -
HSV(B) 331.48º 0.89% 0.8% -
XYZ 28.22 14.66 15.81 -
YUV 86.64 140.63 212.43 -
System Red Green Blue C M Y K H S L
Decimal 205 22 109 0 0.89 0.47 0.20 331.48 0.81 0.45
Hex CD 16 6D 0 59 2F 14 14B 51 2D
Octal 315 26 155 0 131 57 24 513 121 55
Binary 11001101 10110 1101101 0 1011001 101111 10100 101001011 1010001 101101

Color Harmonies of #CD166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD166D

Black with #CD166D

Text Example


Text Example

White with #CD166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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