Html Css Color HEX #CC1164 Ruby

📋 copy color: '#CC1164'

red 204 ◦ green 17 ◦ blue 100

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

Shades of Ruby #CC1164

Tints of Ruby #CC1164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 63.55%
G = 5.3%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC1164 (or 0xCC1164) is known color: Ruby. HEX triplet: CC, 11 and 64. RGB value is (204,17,100). Sum of RGB (Red+Green+Blue) = 204+17+100=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1164 is #33EE9B. Grayscale: #525252. Windows color (decimal): -3403420 or 6558156. OLE color: 6558156.

HSL color Cylindrical-coordinate representation of color #CC1164: hue angle of 333.37º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1164 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 100 -
CMYK 0 0.92 0.51 0.2
HSL 333.37º 0.85% 0.43% -
HSV(B) 333.37º 0.92% 0.8% -
XYZ 27.4 14.16 13.35 -
YUV 82.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 204 17 100 0 0.92 0.51 0.2 333.37 0.85 0.43
Hex CC 11 64 0 5C 33 14 14D 55 2B
Octal 314 21 144 0 134 63 24 515 125 53
Binary 11001100 10001 1100100 0 1011100 110011 10100 101001101 1010101 101011

Color Harmonies of #CC1164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1164

Black with #CC1164

Text Example


Text Example

White with #CC1164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1164; }

 p { color: rgb(204,17,100); }

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

background-color css

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

 a { background-color: rgb(204,17,100); }

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

border-color css

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

 span { border-color: rgb(204,17,100); }

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