Html Css Color HEX #CD176A Ruby

📋 copy color: '#CD176A'

red 205 ◦ green 23 ◦ blue 106

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

Shades of Ruby #CD176A

Tints of Ruby #CD176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 61.38%
G = 6.89%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD176A (or 0xCD176A) is known color: Ruby. HEX triplet: CD, 17 and 6A. RGB value is (205,23,106). Sum of RGB (Red+Green+Blue) = 205+23+106=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD176A is #32E895. Grayscale: #565656. Windows color (decimal): -3336342 or 6952909. OLE color: 6952909.

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

Color convert

RGB 205 23 106 -
CMYK 0 0.89 0.48 0.20
HSL 332.64º 0.8% 0.45% -
HSV(B) 332.64º 0.89% 0.8% -
XYZ 28.08 14.63 14.98 -
YUV 86.88 138.8 212.25 -
System Red Green Blue C M Y K H S L
Decimal 205 23 106 0 0.89 0.48 0.20 332.64 0.8 0.45
Hex CD 17 6A 0 59 30 14 14D 50 2D
Octal 315 27 152 0 131 60 24 515 120 55
Binary 11001101 10111 1101010 0 1011001 110000 10100 101001101 1010000 101101

Color Harmonies of #CD176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD176A

Black with #CD176A

Text Example


Text Example

White with #CD176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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