Html Css Color HEX #CD185F Ruby

📋 copy color: '#CD185F'

red 205 ◦ green 24 ◦ blue 95

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

Shades of Ruby #CD185F

Tints of Ruby #CD185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 63.27%
G = 7.41%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD185F (or 0xCD185F) is known color: Ruby. HEX triplet: CD, 18 and 5F. RGB value is (205,24,95). Sum of RGB (Red+Green+Blue) = 205+24+95=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD185F is #32E7A0. Grayscale: #565656. Windows color (decimal): -3336097 or 6232269. OLE color: 6232269.

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

Color convert

RGB 205 24 95 -
CMYK 0 0.88 0.54 0.20
HSL 336.46º 0.79% 0.45% -
HSV(B) 336.46º 0.88% 0.8% -
XYZ 27.57 14.46 12.16 -
YUV 86.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 205 24 95 0 0.88 0.54 0.20 336.46 0.79 0.45
Hex CD 18 5F 0 58 36 14 150 4F 2D
Octal 315 30 137 0 130 66 24 520 117 55
Binary 11001101 11000 1011111 0 1011000 110110 10100 101010000 1001111 101101

Color Harmonies of #CD185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD185F

Black with #CD185F

Text Example


Text Example

White with #CD185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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