Html Css Color HEX #CD175C Ruby

📋 copy color: '#CD175C'

red 205 ◦ green 23 ◦ blue 92

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

Shades of Ruby #CD175C

Tints of Ruby #CD175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 64.06%
G = 7.19%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD175C (or 0xCD175C) is known color: Ruby. HEX triplet: CD, 17 and 5C. RGB value is (205,23,92). Sum of RGB (Red+Green+Blue) = 205+23+92=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD175C is #32E8A3. Grayscale: #555555. Windows color (decimal): -3336356 or 6035405. OLE color: 6035405.

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

Color convert

RGB 205 23 92 -
CMYK 0 0.89 0.55 0.20
HSL 337.25º 0.8% 0.45% -
HSV(B) 337.25º 0.89% 0.8% -
XYZ 27.42 14.36 11.45 -
YUV 85.28 131.8 213.39 -
System Red Green Blue C M Y K H S L
Decimal 205 23 92 0 0.89 0.55 0.20 337.25 0.8 0.45
Hex CD 17 5C 0 59 37 14 151 50 2D
Octal 315 27 134 0 131 67 24 521 120 55
Binary 11001101 10111 1011100 0 1011001 110111 10100 101010001 1010000 101101

Color Harmonies of #CD175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD175C

Black with #CD175C

Text Example


Text Example

White with #CD175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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