Html Css Color HEX #CD156D Ruby

📋 copy color: '#CD156D'

red 205 ◦ green 21 ◦ blue 109

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

Shades of Ruby #CD156D

Tints of Ruby #CD156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 61.19%
G = 6.27%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD156D (or 0xCD156D) is known color: Ruby. HEX triplet: CD, 15 and 6D. RGB value is (205,21,109). Sum of RGB (Red+Green+Blue) = 205+21+109=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD156D is #32EA92. Grayscale: #555555. Windows color (decimal): -3336851 or 7149005. OLE color: 7149005.

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

Color convert

RGB 205 21 109 -
CMYK 0 0.90 0.47 0.20
HSL 331.3º 0.81% 0.44% -
HSV(B) 331.3º 0.9% 0.8% -
XYZ 28.21 14.62 15.8 -
YUV 86.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 205 21 109 0 0.90 0.47 0.20 331.3 0.81 0.44
Hex CD 15 6D 0 5A 2F 14 14B 51 2C
Octal 315 25 155 0 132 57 24 513 121 54
Binary 11001101 10101 1101101 0 1011010 101111 10100 101001011 1010001 101100

Color Harmonies of #CD156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD156D

Black with #CD156D

Text Example


Text Example

White with #CD156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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