Html Css Color HEX #CD175F Ruby

📋 copy color: '#CD175F'

red 205 ◦ green 23 ◦ blue 95

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

Shades of Ruby #CD175F

Tints of Ruby #CD175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 63.47%
G = 7.12%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD175F (or 0xCD175F) is known color: Ruby. HEX triplet: CD, 17 and 5F. RGB value is (205,23,95). Sum of RGB (Red+Green+Blue) = 205+23+95=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD175F is #32E8A0. Grayscale: #555555. Windows color (decimal): -3336353 or 6232013. OLE color: 6232013.

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

Color convert

RGB 205 23 95 -
CMYK 0 0.89 0.54 0.20
HSL 336.26º 0.8% 0.45% -
HSV(B) 336.26º 0.89% 0.8% -
XYZ 27.55 14.42 12.16 -
YUV 85.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 205 23 95 0 0.89 0.54 0.20 336.26 0.8 0.45
Hex CD 17 5F 0 59 36 14 150 50 2D
Octal 315 27 137 0 131 66 24 520 120 55
Binary 11001101 10111 1011111 0 1011001 110110 10100 101010000 1010000 101101

Color Harmonies of #CD175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD175F

Black with #CD175F

Text Example


Text Example

White with #CD175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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