Html Css Color HEX #CD136B Ruby

📋 copy color: '#CD136B'

red 205 ◦ green 19 ◦ blue 107

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

Shades of Ruby #CD136B

Tints of Ruby #CD136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 61.93%
G = 5.74%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD136B (or 0xCD136B) is known color: Ruby. HEX triplet: CD, 13 and 6B. RGB value is (205,19,107). Sum of RGB (Red+Green+Blue) = 205+19+107=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD136B is #32EC94. Grayscale: #545454. Windows color (decimal): -3337365 or 7017421. OLE color: 7017421.

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

Color convert

RGB 205 19 107 -
CMYK 0 0.91 0.48 0.20
HSL 331.61º 0.83% 0.44% -
HSV(B) 331.61º 0.91% 0.8% -
XYZ 28.06 14.51 15.23 -
YUV 84.65 140.62 213.84 -
System Red Green Blue C M Y K H S L
Decimal 205 19 107 0 0.91 0.48 0.20 331.61 0.83 0.44
Hex CD 13 6B 0 5B 30 14 14C 53 2C
Octal 315 23 153 0 133 60 24 514 123 54
Binary 11001101 10011 1101011 0 1011011 110000 10100 101001100 1010011 101100

Color Harmonies of #CD136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD136B

Black with #CD136B

Text Example


Text Example

White with #CD136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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