Html Css Color HEX #CC066A Ruby

📋 copy color: '#CC066A'

red 204 ◦ green 6 ◦ blue 106

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

Shades of Ruby #CC066A

Tints of Ruby #CC066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 64.56%
G = 1.9%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC066A (or 0xCC066A) is known color: Ruby. HEX triplet: CC, 06 and 6A. RGB value is (204,6,106). Sum of RGB (Red+Green+Blue) = 204+6+106=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC066A is #33F995. Grayscale: #4C4C4C. Windows color (decimal): -3406230 or 6948556. OLE color: 6948556.

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

Color convert

RGB 204 6 106 -
CMYK 0 0.97 0.48 0.2
HSL 329.7º 0.94% 0.41% -
HSV(B) 329.7º 0.97% 0.8% -
XYZ 27.57 14.01 14.89 -
YUV 76.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 204 6 106 0 0.97 0.48 0.2 329.7 0.94 0.41
Hex CC 6 6A 0 61 30 14 14A 5E 29
Octal 314 6 152 0 141 60 24 512 136 51
Binary 11001100 110 1101010 0 1100001 110000 10100 101001010 1011110 101001

Color Harmonies of #CC066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC066A

Black with #CC066A

Text Example


Text Example

White with #CC066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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