Html Css Color HEX #CD166A Ruby

📋 copy color: '#CD166A'

red 205 ◦ green 22 ◦ blue 106

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

Shades of Ruby #CD166A

Tints of Ruby #CD166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 61.56%
G = 6.61%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD166A (or 0xCD166A) is known color: Ruby. HEX triplet: CD, 16 and 6A. RGB value is (205,22,106). Sum of RGB (Red+Green+Blue) = 205+22+106=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD166A is #32E995. Grayscale: #565656. Windows color (decimal): -3336598 or 6952653. OLE color: 6952653.

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

Color convert

RGB 205 22 106 -
CMYK 0 0.89 0.48 0.20
HSL 332.46º 0.81% 0.45% -
HSV(B) 332.46º 0.89% 0.8% -
XYZ 28.07 14.59 14.97 -
YUV 86.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 205 22 106 0 0.89 0.48 0.20 332.46 0.81 0.45
Hex CD 16 6A 0 59 30 14 14C 51 2D
Octal 315 26 152 0 131 60 24 514 121 55
Binary 11001101 10110 1101010 0 1011001 110000 10100 101001100 1010001 101101

Color Harmonies of #CD166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD166A

Black with #CD166A

Text Example


Text Example

White with #CD166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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