Html Css Color HEX #CD156A Ruby

📋 copy color: '#CD156A'

red 205 ◦ green 21 ◦ blue 106

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

Shades of Ruby #CD156A

Tints of Ruby #CD156A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 61.75%
G = 6.33%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD156A (or 0xCD156A) is known color: Ruby. HEX triplet: CD, 15 and 6A. RGB value is (205,21,106). Sum of RGB (Red+Green+Blue) = 205+21+106=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD156A is #32EA95. Grayscale: #555555. Windows color (decimal): -3336854 or 6952397. OLE color: 6952397.

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

Color convert

RGB 205 21 106 -
CMYK 0 0.90 0.48 0.20
HSL 332.28º 0.81% 0.44% -
HSV(B) 332.28º 0.9% 0.8% -
XYZ 28.05 14.56 14.97 -
YUV 85.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 205 21 106 0 0.90 0.48 0.20 332.28 0.81 0.44
Hex CD 15 6A 0 5A 30 14 14C 51 2C
Octal 315 25 152 0 132 60 24 514 121 54
Binary 11001101 10101 1101010 0 1011010 110000 10100 101001100 1010001 101100

Color Harmonies of #CD156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD156A

Black with #CD156A

Text Example


Text Example

White with #CD156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD156A; }

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

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

background-color css

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

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

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

border-color css

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

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

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