Html Css Color HEX #CD136C Ruby

📋 copy color: '#CD136C'

red 205 ◦ green 19 ◦ blue 108

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

Shades of Ruby #CD136C

Tints of Ruby #CD136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 61.75%
G = 5.72%
B = 32.53%

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

#CD136C (or 0xCD136C) is known color: Ruby. HEX triplet: CD, 13 and 6C. RGB value is (205,19,108). Sum of RGB (Red+Green+Blue) = 205+19+108=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD136C is #32EC93. Grayscale: #545454. Windows color (decimal): -3337364 or 7082957. OLE color: 7082957.

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

Color convert

RGB 205 19 108 -
CMYK 0 0.91 0.47 0.20
HSL 331.29º 0.83% 0.44% -
HSV(B) 331.29º 0.91% 0.8% -
XYZ 28.12 14.53 15.51 -
YUV 84.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 205 19 108 0 0.91 0.47 0.20 331.29 0.83 0.44
Hex CD 13 6C 0 5B 2F 14 14B 53 2C
Octal 315 23 154 0 133 57 24 513 123 54
Binary 11001101 10011 1101100 0 1011011 101111 10100 101001011 1010011 101100

Color Harmonies of #CD136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD136C

Black with #CD136C

Text Example


Text Example

White with #CD136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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