Html Css Color HEX #CC0F64 Ruby

📋 copy color: '#CC0F64'

red 204 ◦ green 15 ◦ blue 100

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

Shades of Ruby #CC0F64

Tints of Ruby #CC0F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

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

R = 63.95%
G = 4.7%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC0F64 (or 0xCC0F64) is known color: Ruby. HEX triplet: CC, 0F and 64. RGB value is (204,15,100). Sum of RGB (Red+Green+Blue) = 204+15+100=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0F64 is #33F09B. Grayscale: #515151. Windows color (decimal): -3403932 or 6557644. OLE color: 6557644.

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

Color convert

RGB 204 15 100 -
CMYK 0 0.93 0.51 0.2
HSL 333.02º 0.86% 0.43% -
HSV(B) 333.02º 0.93% 0.8% -
XYZ 27.37 14.1 13.34 -
YUV 81.2 138.62 215.59 -
System Red Green Blue C M Y K H S L
Decimal 204 15 100 0 0.93 0.51 0.2 333.02 0.86 0.43
Hex CC F 64 0 5D 33 14 14D 56 2B
Octal 314 17 144 0 135 63 24 515 126 53
Binary 11001100 1111 1100100 0 1011101 110011 10100 101001101 1010110 101011

Color Harmonies of #CC0F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F64

Black with #CC0F64

Text Example


Text Example

White with #CC0F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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