Html Css Color HEX #CD166E Ruby

📋 copy color: '#CD166E'

red 205 ◦ green 22 ◦ blue 110

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

Shades of Ruby #CD166E

Tints of Ruby #CD166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 60.83%
G = 6.53%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD166E (or 0xCD166E) is known color: Ruby. HEX triplet: CD, 16 and 6E. RGB value is (205,22,110). Sum of RGB (Red+Green+Blue) = 205+22+110=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD166E is #32E991. Grayscale: #565656. Windows color (decimal): -3336594 or 7214797. OLE color: 7214797.

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

Color convert

RGB 205 22 110 -
CMYK 0 0.89 0.46 0.20
HSL 331.15º 0.81% 0.45% -
HSV(B) 331.15º 0.89% 0.8% -
XYZ 28.28 14.68 16.09 -
YUV 86.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 205 22 110 0 0.89 0.46 0.20 331.15 0.81 0.45
Hex CD 16 6E 0 59 2E 14 14B 51 2D
Octal 315 26 156 0 131 56 24 513 121 55
Binary 11001101 10110 1101110 0 1011001 101110 10100 101001011 1010001 101101

Color Harmonies of #CD166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD166E

Black with #CD166E

Text Example


Text Example

White with #CD166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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