Html Css Color HEX #CD166B Ruby

📋 copy color: '#CD166B'

red 205 ◦ green 22 ◦ blue 107

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

Shades of Ruby #CD166B

Tints of Ruby #CD166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 61.38%
G = 6.59%
B = 32.04%

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

#CD166B (or 0xCD166B) is known color: Ruby. HEX triplet: CD, 16 and 6B. RGB value is (205,22,107). Sum of RGB (Red+Green+Blue) = 205+22+107=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD166B is #32E994. Grayscale: #565656. Windows color (decimal): -3336597 or 7018189. OLE color: 7018189.

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

Color convert

RGB 205 22 107 -
CMYK 0 0.89 0.48 0.20
HSL 332.13º 0.81% 0.45% -
HSV(B) 332.13º 0.89% 0.8% -
XYZ 28.12 14.61 15.25 -
YUV 86.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 205 22 107 0 0.89 0.48 0.20 332.13 0.81 0.45
Hex CD 16 6B 0 59 30 14 14C 51 2D
Octal 315 26 153 0 131 60 24 514 121 55
Binary 11001101 10110 1101011 0 1011001 110000 10100 101001100 1010001 101101

Color Harmonies of #CD166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD166B

Black with #CD166B

Text Example


Text Example

White with #CD166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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