Html Css Color HEX #CC176C Ruby

📋 copy color: '#CC176C'

red 204 ◦ green 23 ◦ blue 108

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

Shades of Ruby #CC176C

Tints of Ruby #CC176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 60.9%
G = 6.87%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC176C (or 0xCC176C) is known color: Ruby. HEX triplet: CC, 17 and 6C. RGB value is (204,23,108). Sum of RGB (Red+Green+Blue) = 204+23+108=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC176C is #33E893. Grayscale: #565656. Windows color (decimal): -3401876 or 7083980. OLE color: 7083980.

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

Color convert

RGB 204 23 108 -
CMYK 0 0.89 0.47 0.2
HSL 331.82º 0.8% 0.45% -
HSV(B) 331.82º 0.89% 0.8% -
XYZ 27.92 14.53 15.52 -
YUV 86.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 204 23 108 0 0.89 0.47 0.2 331.82 0.8 0.45
Hex CC 17 6C 0 59 2F 14 14C 50 2D
Octal 314 27 154 0 131 57 24 514 120 55
Binary 11001100 10111 1101100 0 1011001 101111 10100 101001100 1010000 101101

Color Harmonies of #CC176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC176C

Black with #CC176C

Text Example


Text Example

White with #CC176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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