Html Css Color HEX #CC175B Ruby

📋 copy color: '#CC175B'

red 204 ◦ green 23 ◦ blue 91

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

Shades of Ruby #CC175B

Tints of Ruby #CC175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 64.15%
G = 7.23%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC175B (or 0xCC175B) is known color: Ruby. HEX triplet: CC, 17 and 5B. RGB value is (204,23,91). Sum of RGB (Red+Green+Blue) = 204+23+91=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC175B is #33E8A4. Grayscale: #545454. Windows color (decimal): -3401893 or 5969868. OLE color: 5969868.

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

Color convert

RGB 204 23 91 -
CMYK 0 0.89 0.55 0.2
HSL 337.46º 0.8% 0.45% -
HSV(B) 337.46º 0.89% 0.8% -
XYZ 27.1 14.21 11.21 -
YUV 84.87 131.47 212.97 -
System Red Green Blue C M Y K H S L
Decimal 204 23 91 0 0.89 0.55 0.2 337.46 0.8 0.45
Hex CC 17 5B 0 59 37 14 151 50 2D
Octal 314 27 133 0 131 67 24 521 120 55
Binary 11001100 10111 1011011 0 1011001 110111 10100 101010001 1010000 101101

Color Harmonies of #CC175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC175B

Black with #CC175B

Text Example


Text Example

White with #CC175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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