Html Css Color HEX #CC0664 Ruby

📋 copy color: '#CC0664'

red 204 ◦ green 6 ◦ blue 100

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

Shades of Ruby #CC0664

Tints of Ruby #CC0664

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 65.81%
G = 1.94%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC0664 (or 0xCC0664) is known color: Ruby. HEX triplet: CC, 06 and 64. RGB value is (204,6,100). Sum of RGB (Red+Green+Blue) = 204+6+100=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0664 is #33F99B. Grayscale: #4B4B4B. Windows color (decimal): -3406236 or 6555340. OLE color: 6555340.

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

Color convert

RGB 204 6 100 -
CMYK 0 0.97 0.51 0.2
HSL 331.52º 0.94% 0.41% -
HSV(B) 331.52º 0.97% 0.8% -
XYZ 27.27 13.89 13.3 -
YUV 75.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 204 6 100 0 0.97 0.51 0.2 331.52 0.94 0.41
Hex CC 6 64 0 61 33 14 14C 5E 29
Octal 314 6 144 0 141 63 24 514 136 51
Binary 11001100 110 1100100 0 1100001 110011 10100 101001100 1011110 101001

Color Harmonies of #CC0664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0664

Black with #CC0664

Text Example


Text Example

White with #CC0664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0664; }

 p { color: rgb(204,6,100); }

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

background-color css

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

 a { background-color: rgb(204,6,100); }

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

border-color css

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

 span { border-color: rgb(204,6,100); }

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