Html Css Color HEX #CD136D Ruby

📋 copy color: '#CD136D'

red 205 ◦ green 19 ◦ blue 109

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

Shades of Ruby #CD136D

Tints of Ruby #CD136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

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

R = 61.56%
G = 5.71%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD136D (or 0xCD136D) is known color: Ruby. HEX triplet: CD, 13 and 6D. RGB value is (205,19,109). Sum of RGB (Red+Green+Blue) = 205+19+109=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD136D is #32EC92. Grayscale: #545454. Windows color (decimal): -3337363 or 7148493. OLE color: 7148493.

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

Color convert

RGB 205 19 109 -
CMYK 0 0.91 0.47 0.20
HSL 330.97º 0.83% 0.44% -
HSV(B) 330.97º 0.91% 0.8% -
XYZ 28.17 14.55 15.79 -
YUV 84.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 205 19 109 0 0.91 0.47 0.20 330.97 0.83 0.44
Hex CD 13 6D 0 5B 2F 14 14B 53 2C
Octal 315 23 155 0 133 57 24 513 123 54
Binary 11001101 10011 1101101 0 1011011 101111 10100 101001011 1010011 101100

Color Harmonies of #CD136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD136D

Black with #CD136D

Text Example


Text Example

White with #CD136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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