Html Css Color HEX #CC166A Ruby

📋 copy color: '#CC166A'

red 204 ◦ green 22 ◦ blue 106

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

Shades of Ruby #CC166A

Tints of Ruby #CC166A

RGB

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

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

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

R = 61.45%
G = 6.63%
B = 31.93%

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

#CC166A (or 0xCC166A) is known color: Ruby. HEX triplet: CC, 16 and 6A. RGB value is (204,22,106). Sum of RGB (Red+Green+Blue) = 204+22+106=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC166A is #33E995. Grayscale: #555555. Windows color (decimal): -3402134 or 6952652. OLE color: 6952652.

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

Color convert

RGB 204 22 106 -
CMYK 0 0.89 0.48 0.2
HSL 332.31º 0.81% 0.44% -
HSV(B) 332.31º 0.89% 0.8% -
XYZ 27.79 14.45 14.96 -
YUV 85.99 139.3 212.17 -
System Red Green Blue C M Y K H S L
Decimal 204 22 106 0 0.89 0.48 0.2 332.31 0.81 0.44
Hex CC 16 6A 0 59 30 14 14C 51 2C
Octal 314 26 152 0 131 60 24 514 121 54
Binary 11001100 10110 1101010 0 1011001 110000 10100 101001100 1010001 101100

Color Harmonies of #CC166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC166A

Black with #CC166A

Text Example


Text Example

White with #CC166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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