Html Css Color HEX #CD175A Ruby

📋 copy color: '#CD175A'

red 205 ◦ green 23 ◦ blue 90

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

Shades of Ruby #CD175A

Tints of Ruby #CD175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 64.47%
G = 7.23%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD175A (or 0xCD175A) is known color: Ruby. HEX triplet: CD, 17 and 5A. RGB value is (205,23,90). Sum of RGB (Red+Green+Blue) = 205+23+90=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD175A is #32E8A5. Grayscale: #545454. Windows color (decimal): -3336358 or 5904333. OLE color: 5904333.

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

Color convert

RGB 205 23 90 -
CMYK 0 0.89 0.56 0.20
HSL 337.91º 0.8% 0.45% -
HSV(B) 337.91º 0.89% 0.8% -
XYZ 27.33 14.33 11 -
YUV 85.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 205 23 90 0 0.89 0.56 0.20 337.91 0.8 0.45
Hex CD 17 5A 0 59 38 14 152 50 2D
Octal 315 27 132 0 131 70 24 522 120 55
Binary 11001101 10111 1011010 0 1011001 111000 10100 101010010 1010000 101101

Color Harmonies of #CD175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD175A

Black with #CD175A

Text Example


Text Example

White with #CD175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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