Html Css Color HEX #CD186C Ruby

📋 copy color: '#CD186C'

red 205 ◦ green 24 ◦ blue 108

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

Shades of Ruby #CD186C

Tints of Ruby #CD186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 60.83%
G = 7.12%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD186C (or 0xCD186C) is known color: Ruby. HEX triplet: CD, 18 and 6C. RGB value is (205,24,108). Sum of RGB (Red+Green+Blue) = 205+24+108=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD186C is #32E793. Grayscale: #575757. Windows color (decimal): -3336084 or 7084237. OLE color: 7084237.

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

Color convert

RGB 205 24 108 -
CMYK 0 0.88 0.47 0.20
HSL 332.15º 0.79% 0.45% -
HSV(B) 332.15º 0.88% 0.8% -
XYZ 28.21 14.72 15.54 -
YUV 87.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 205 24 108 0 0.88 0.47 0.20 332.15 0.79 0.45
Hex CD 18 6C 0 58 2F 14 14C 4F 2D
Octal 315 30 154 0 130 57 24 514 117 55
Binary 11001101 11000 1101100 0 1011000 101111 10100 101001100 1001111 101101

Color Harmonies of #CD186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD186C

Black with #CD186C

Text Example


Text Example

White with #CD186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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