Html Css Color HEX #CC175E Ruby

📋 copy color: '#CC175E'

red 204 ◦ green 23 ◦ blue 94

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

Shades of Ruby #CC175E

Tints of Ruby #CC175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 63.55%
G = 7.17%
B = 29.28%

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

#CC175E (or 0xCC175E) is known color: Ruby. HEX triplet: CC, 17 and 5E. RGB value is (204,23,94). Sum of RGB (Red+Green+Blue) = 204+23+94=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC175E is #33E8A1. Grayscale: #555555. Windows color (decimal): -3401890 or 6166476. OLE color: 6166476.

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

Color convert

RGB 204 23 94 -
CMYK 0 0.89 0.54 0.2
HSL 336.46º 0.8% 0.45% -
HSV(B) 336.46º 0.89% 0.8% -
XYZ 27.23 14.26 11.91 -
YUV 85.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 204 23 94 0 0.89 0.54 0.2 336.46 0.8 0.45
Hex CC 17 5E 0 59 36 14 150 50 2D
Octal 314 27 136 0 131 66 24 520 120 55
Binary 11001100 10111 1011110 0 1011001 110110 10100 101010000 1010000 101101

Color Harmonies of #CC175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC175E

Black with #CC175E

Text Example


Text Example

White with #CC175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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