Html Css Color HEX #CC176A Ruby

📋 copy color: '#CC176A'

red 204 ◦ green 23 ◦ blue 106

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

Shades of Ruby #CC176A

Tints of Ruby #CC176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 61.26%
G = 6.91%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC176A (or 0xCC176A) is known color: Ruby. HEX triplet: CC, 17 and 6A. RGB value is (204,23,106). Sum of RGB (Red+Green+Blue) = 204+23+106=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC176A is #33E895. Grayscale: #565656. Windows color (decimal): -3401878 or 6952908. OLE color: 6952908.

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

Color convert

RGB 204 23 106 -
CMYK 0 0.89 0.48 0.2
HSL 332.49º 0.8% 0.45% -
HSV(B) 332.49º 0.89% 0.8% -
XYZ 27.81 14.49 14.97 -
YUV 86.58 138.97 211.75 -
System Red Green Blue C M Y K H S L
Decimal 204 23 106 0 0.89 0.48 0.2 332.49 0.8 0.45
Hex CC 17 6A 0 59 30 14 14C 50 2D
Octal 314 27 152 0 131 60 24 514 120 55
Binary 11001100 10111 1101010 0 1011001 110000 10100 101001100 1010000 101101

Color Harmonies of #CC176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC176A

Black with #CC176A

Text Example


Text Example

White with #CC176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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