Html Css Color HEX #CD155D Ruby

📋 copy color: '#CD155D'

red 205 ◦ green 21 ◦ blue 93

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

Shades of Ruby #CD155D

Tints of Ruby #CD155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 64.26%
G = 6.58%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD155D (or 0xCD155D) is known color: Ruby. HEX triplet: CD, 15 and 5D. RGB value is (205,21,93). Sum of RGB (Red+Green+Blue) = 205+21+93=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD155D is #32EAA2. Grayscale: #545454. Windows color (decimal): -3336867 or 6100429. OLE color: 6100429.

HSL color Cylindrical-coordinate representation of color #CD155D: hue angle of 336.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD155D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 93 -
CMYK 0 0.90 0.55 0.20
HSL 336.52º 0.81% 0.44% -
HSV(B) 336.52º 0.9% 0.8% -
XYZ 27.42 14.31 11.67 -
YUV 84.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 205 21 93 0 0.90 0.55 0.20 336.52 0.81 0.44
Hex CD 15 5D 0 5A 37 14 151 51 2C
Octal 315 25 135 0 132 67 24 521 121 54
Binary 11001101 10101 1011101 0 1011010 110111 10100 101010001 1010001 101100

Color Harmonies of #CD155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD155D

Black with #CD155D

Text Example


Text Example

White with #CD155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD155D; }

 p { color: rgb(205,21,93); }

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

background-color css

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

 a { background-color: rgb(205,21,93); }

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

border-color css

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

 span { border-color: rgb(205,21,93); }

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