Html Css Color HEX #CD186A Ruby

📋 copy color: '#CD186A'

red 205 ◦ green 24 ◦ blue 106

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

Shades of Ruby #CD186A

Tints of Ruby #CD186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.16%

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

R = 61.19%
G = 7.16%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD186A (or 0xCD186A) is known color: Ruby. HEX triplet: CD, 18 and 6A. RGB value is (205,24,106). Sum of RGB (Red+Green+Blue) = 205+24+106=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD186A is #32E795. Grayscale: #575757. Windows color (decimal): -3336086 or 6953165. OLE color: 6953165.

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

Color convert

RGB 205 24 106 -
CMYK 0 0.88 0.48 0.20
HSL 332.82º 0.79% 0.45% -
HSV(B) 332.82º 0.88% 0.8% -
XYZ 28.1 14.67 14.99 -
YUV 87.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 205 24 106 0 0.88 0.48 0.20 332.82 0.79 0.45
Hex CD 18 6A 0 58 30 14 14D 4F 2D
Octal 315 30 152 0 130 60 24 515 117 55
Binary 11001101 11000 1101010 0 1011000 110000 10100 101001101 1001111 101101

Color Harmonies of #CD186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD186A

Black with #CD186A

Text Example


Text Example

White with #CD186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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