Html Css Color HEX #CD115B Ruby

📋 copy color: '#CD115B'

red 205 ◦ green 17 ◦ blue 91

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

Shades of Ruby #CD115B

Tints of Ruby #CD115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

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

R = 65.5%
G = 5.43%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD115B (or 0xCD115B) is known color: Ruby. HEX triplet: CD, 11 and 5B. RGB value is (205,17,91). Sum of RGB (Red+Green+Blue) = 205+17+91=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD115B is #32EEA4. Grayscale: #515151. Windows color (decimal): -3337893 or 5968333. OLE color: 5968333.

HSL color Cylindrical-coordinate representation of color #CD115B: hue angle of 336.38º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD115B is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 91 -
CMYK 0 0.92 0.56 0.20
HSL 336.38º 0.85% 0.44% -
HSV(B) 336.38º 0.92% 0.8% -
XYZ 27.27 14.14 11.19 -
YUV 81.65 133.28 215.98 -
System Red Green Blue C M Y K H S L
Decimal 205 17 91 0 0.92 0.56 0.20 336.38 0.85 0.44
Hex CD 11 5B 0 5C 38 14 150 55 2C
Octal 315 21 133 0 134 70 24 520 125 54
Binary 11001101 10001 1011011 0 1011100 111000 10100 101010000 1010101 101100

Color Harmonies of #CD115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD115B

Black with #CD115B

Text Example


Text Example

White with #CD115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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