Html Css Color HEX #CD185B Ruby

📋 copy color: '#CD185B'

red 205 ◦ green 24 ◦ blue 91

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

Shades of Ruby #CD185B

Tints of Ruby #CD185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 64.06%
G = 7.5%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD185B (or 0xCD185B) is known color: Ruby. HEX triplet: CD, 18 and 5B. RGB value is (205,24,91). Sum of RGB (Red+Green+Blue) = 205+24+91=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD185B is #32E7A4. Grayscale: #555555. Windows color (decimal): -3336101 or 5970125. OLE color: 5970125.

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

Color convert

RGB 205 24 91 -
CMYK 0 0.88 0.56 0.20
HSL 337.79º 0.79% 0.45% -
HSV(B) 337.79º 0.88% 0.8% -
XYZ 27.39 14.39 11.23 -
YUV 85.76 130.97 213.05 -
System Red Green Blue C M Y K H S L
Decimal 205 24 91 0 0.88 0.56 0.20 337.79 0.79 0.45
Hex CD 18 5B 0 58 38 14 152 4F 2D
Octal 315 30 133 0 130 70 24 522 117 55
Binary 11001101 11000 1011011 0 1011000 111000 10100 101010010 1001111 101101

Color Harmonies of #CD185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD185B

Black with #CD185B

Text Example


Text Example

White with #CD185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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