Html Css Color HEX #CD136E Ruby

📋 copy color: '#CD136E'

red 205 ◦ green 19 ◦ blue 110

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

Shades of Ruby #CD136E

Tints of Ruby #CD136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 61.38%
G = 5.69%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD136E (or 0xCD136E) is known color: Ruby. HEX triplet: CD, 13 and 6E. RGB value is (205,19,110). Sum of RGB (Red+Green+Blue) = 205+19+110=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD136E is #32EC91. Grayscale: #545454. Windows color (decimal): -3337362 or 7214029. OLE color: 7214029.

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

Color convert

RGB 205 19 110 -
CMYK 0 0.91 0.46 0.20
HSL 330.65º 0.83% 0.44% -
HSV(B) 330.65º 0.91% 0.8% -
XYZ 28.22 14.57 16.08 -
YUV 84.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 205 19 110 0 0.91 0.46 0.20 330.65 0.83 0.44
Hex CD 13 6E 0 5B 2E 14 14B 53 2C
Octal 315 23 156 0 133 56 24 513 123 54
Binary 11001101 10011 1101110 0 1011011 101110 10100 101001011 1010011 101100

Color Harmonies of #CD136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD136E

Black with #CD136E

Text Example


Text Example

White with #CD136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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