Html Css Color HEX #CC106D Ruby

📋 copy color: '#CC106D'

red 204 ◦ green 16 ◦ blue 109

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

Shades of Ruby #CC106D

Tints of Ruby #CC106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 62.01%
G = 4.86%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC106D (or 0xCC106D) is known color: Ruby. HEX triplet: CC, 10 and 6D. RGB value is (204,16,109). Sum of RGB (Red+Green+Blue) = 204+16+109=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC106D is #33EF92. Grayscale: #525252. Windows color (decimal): -3403667 or 7147724. OLE color: 7147724.

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

Color convert

RGB 204 16 109 -
CMYK 0 0.92 0.47 0.2
HSL 330.32º 0.85% 0.43% -
HSV(B) 330.32º 0.92% 0.8% -
XYZ 27.85 14.31 15.76 -
YUV 82.81 142.78 214.44 -
System Red Green Blue C M Y K H S L
Decimal 204 16 109 0 0.92 0.47 0.2 330.32 0.85 0.43
Hex CC 10 6D 0 5C 2F 14 14A 55 2B
Octal 314 20 155 0 134 57 24 512 125 53
Binary 11001100 10000 1101101 0 1011100 101111 10100 101001010 1010101 101011

Color Harmonies of #CC106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC106D

Black with #CC106D

Text Example


Text Example

White with #CC106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC106D; }

 p { color: rgb(204,16,109); }

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

background-color css

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

 a { background-color: rgb(204,16,109); }

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

border-color css

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

 span { border-color: rgb(204,16,109); }

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