Html Css Color HEX #CC0164 Ruby

📋 copy color: '#CC0164'

red 204 ◦ green 1 ◦ blue 100

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

Shades of Ruby #CC0164

Tints of Ruby #CC0164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 66.89%
G = 0.33%
B = 32.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC0164 (or 0xCC0164) is known color: Ruby. HEX triplet: CC, 01 and 64. RGB value is (204,1,100). Sum of RGB (Red+Green+Blue) = 204+1+100=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0164 is #33FE9B. Grayscale: #484848. Windows color (decimal): -3407516 or 6554060. OLE color: 6554060.

HSL color Cylindrical-coordinate representation of color #CC0164: hue angle of 330.74º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0164 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 100 -
CMYK 0 1.00 0.51 0.2
HSL 330.74º 0.99% 0.4% -
HSV(B) 330.74º 1% 0.8% -
XYZ 27.21 13.78 13.28 -
YUV 72.98 143.25 221.45 -
System Red Green Blue C M Y K H S L
Decimal 204 1 100 0 1.00 0.51 0.2 330.74 0.99 0.4
Hex CC 1 64 0 64 33 14 14B 63 28
Octal 314 1 144 0 144 63 24 513 143 50
Binary 11001100 1 1100100 0 1100100 110011 10100 101001011 1100011 101000

Color Harmonies of #CC0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0164

Black with #CC0164

Text Example


Text Example

White with #CC0164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0164; }

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

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

background-color css

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

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

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

border-color css

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

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

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