Html Css Color HEX #CC1766 Ruby

📋 copy color: '#CC1766'

red 204 ◦ green 23 ◦ blue 102

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

Shades of Ruby #CC1766

Tints of Ruby #CC1766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31%

R = 62.01%
G = 6.99%
B = 31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC1766 (or 0xCC1766) is known color: Ruby. HEX triplet: CC, 17 and 66. RGB value is (204,23,102). Sum of RGB (Red+Green+Blue) = 204+23+102=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1766 is #33E899. Grayscale: #555555. Windows color (decimal): -3401882 or 6690764. OLE color: 6690764.

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

Color convert

RGB 204 23 102 -
CMYK 0 0.89 0.5 0.2
HSL 333.81º 0.8% 0.45% -
HSV(B) 333.81º 0.89% 0.8% -
XYZ 27.61 14.41 13.9 -
YUV 86.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 204 23 102 0 0.89 0.5 0.2 333.81 0.8 0.45
Hex CC 17 66 0 59 32 14 14E 50 2D
Octal 314 27 146 0 131 62 24 516 120 55
Binary 11001100 10111 1100110 0 1011001 110010 10100 101001110 1010000 101101

Color Harmonies of #CC1766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1766

Black with #CC1766

Text Example


Text Example

White with #CC1766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1766; }

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

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

background-color css

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

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

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

border-color css

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

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

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