Html Css Color HEX #CC1661 Ruby

📋 copy color: '#CC1661'

red 204 ◦ green 22 ◦ blue 97

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

Shades of Ruby #CC1661

Tints of Ruby #CC1661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.81%

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 63.16%
G = 6.81%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC1661 (or 0xCC1661) is known color: Ruby. HEX triplet: CC, 16 and 61. RGB value is (204,22,97). Sum of RGB (Red+Green+Blue) = 204+22+97=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1661 is #33E99E. Grayscale: #545454. Windows color (decimal): -3402143 or 6362828. OLE color: 6362828.

HSL color Cylindrical-coordinate representation of color #CC1661: hue angle of 335.27º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1661 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 97 -
CMYK 0 0.89 0.52 0.2
HSL 335.27º 0.81% 0.44% -
HSV(B) 335.27º 0.89% 0.8% -
XYZ 27.35 14.27 12.62 -
YUV 84.97 134.8 212.9 -
System Red Green Blue C M Y K H S L
Decimal 204 22 97 0 0.89 0.52 0.2 335.27 0.81 0.44
Hex CC 16 61 0 59 34 14 14F 51 2C
Octal 314 26 141 0 131 64 24 517 121 54
Binary 11001100 10110 1100001 0 1011001 110100 10100 101001111 1010001 101100

Color Harmonies of #CC1661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1661

Black with #CC1661

Text Example


Text Example

White with #CC1661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1661; }

 p { color: rgb(204,22,97); }

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

background-color css

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

 a { background-color: rgb(204,22,97); }

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

border-color css

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

 span { border-color: rgb(204,22,97); }

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