Html Css Color HEX #CD176D Ruby

📋 copy color: '#CD176D'

red 205 ◦ green 23 ◦ blue 109

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

Shades of Ruby #CD176D

Tints of Ruby #CD176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

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

R = 60.83%
G = 6.82%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD176D (or 0xCD176D) is known color: Ruby. HEX triplet: CD, 17 and 6D. RGB value is (205,23,109). Sum of RGB (Red+Green+Blue) = 205+23+109=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD176D is #32E892. Grayscale: #575757. Windows color (decimal): -3336339 or 7149517. OLE color: 7149517.

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

Color convert

RGB 205 23 109 -
CMYK 0 0.89 0.47 0.20
HSL 331.65º 0.8% 0.45% -
HSV(B) 331.65º 0.89% 0.8% -
XYZ 28.24 14.7 15.82 -
YUV 87.22 140.3 212.01 -
System Red Green Blue C M Y K H S L
Decimal 205 23 109 0 0.89 0.47 0.20 331.65 0.8 0.45
Hex CD 17 6D 0 59 2F 14 14C 50 2D
Octal 315 27 155 0 131 57 24 514 120 55
Binary 11001101 10111 1101101 0 1011001 101111 10100 101001100 1010000 101101

Color Harmonies of #CD176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD176D

Black with #CD176D

Text Example


Text Example

White with #CD176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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