Html Css Color HEX #CC175D Ruby

📋 copy color: '#CC175D'

red 204 ◦ green 23 ◦ blue 93

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

Shades of Ruby #CC175D

Tints of Ruby #CC175D

RGB

 RED value IS 204 (80.08% from 255) = 63.75%

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

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 63.75%
G = 7.19%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC175D (or 0xCC175D) is known color: Ruby. HEX triplet: CC, 17 and 5D. RGB value is (204,23,93). Sum of RGB (Red+Green+Blue) = 204+23+93=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC175D is #33E8A2. Grayscale: #555555. Windows color (decimal): -3401891 or 6100940. OLE color: 6100940.

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

Color convert

RGB 204 23 93 -
CMYK 0 0.89 0.54 0.2
HSL 336.8º 0.8% 0.45% -
HSV(B) 336.8º 0.89% 0.8% -
XYZ 27.18 14.24 11.67 -
YUV 85.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 204 23 93 0 0.89 0.54 0.2 336.8 0.8 0.45
Hex CC 17 5D 0 59 36 14 151 50 2D
Octal 314 27 135 0 131 66 24 521 120 55
Binary 11001100 10111 1011101 0 1011001 110110 10100 101010001 1010000 101101

Color Harmonies of #CC175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC175D

Black with #CC175D

Text Example


Text Example

White with #CC175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC175D; }

 p { color: rgb(204,23,93); }

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

background-color css

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

 a { background-color: rgb(204,23,93); }

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

border-color css

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

 span { border-color: rgb(204,23,93); }

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