Html Css Color HEX #CC0466 Ruby

📋 copy color: '#CC0466'

red 204 ◦ green 4 ◦ blue 102

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

Shades of Ruby #CC0466

Tints of Ruby #CC0466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 65.81%
G = 1.29%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC0466 (or 0xCC0466) is known color: Ruby. HEX triplet: CC, 04 and 66. RGB value is (204,4,102). Sum of RGB (Red+Green+Blue) = 204+4+102=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0466 is #33FB99. Grayscale: #4A4A4A. Windows color (decimal): -3406746 or 6685900. OLE color: 6685900.

HSL color Cylindrical-coordinate representation of color #CC0466: hue angle of 330.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0466 is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 4 102 -
CMYK 0 0.98 0.5 0.2
HSL 330.6º 0.96% 0.41% -
HSV(B) 330.6º 0.98% 0.8% -
XYZ 27.34 13.88 13.81 -
YUV 74.97 143.26 220.03 -
System Red Green Blue C M Y K H S L
Decimal 204 4 102 0 0.98 0.5 0.2 330.6 0.96 0.41
Hex CC 4 66 0 62 32 14 14B 60 29
Octal 314 4 146 0 142 62 24 513 140 51
Binary 11001100 100 1100110 0 1100010 110010 10100 101001011 1100000 101001

Color Harmonies of #CC0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0466

Black with #CC0466

Text Example


Text Example

White with #CC0466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0466; }

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

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

background-color css

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

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

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

border-color css

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

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

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