Html Css Color HEX #CC066C Ruby

📋 copy color: '#CC066C'

red 204 ◦ green 6 ◦ blue 108

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

Shades of Ruby #CC066C

Tints of Ruby #CC066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 64.15%
G = 1.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC066C (or 0xCC066C) is known color: Ruby. HEX triplet: CC, 06 and 6C. RGB value is (204,6,108). Sum of RGB (Red+Green+Blue) = 204+6+108=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC066C is #33F993. Grayscale: #4C4C4C. Windows color (decimal): -3406228 or 7079628. OLE color: 7079628.

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

Color convert

RGB 204 6 108 -
CMYK 0 0.97 0.47 0.2
HSL 329.09º 0.94% 0.41% -
HSV(B) 329.09º 0.97% 0.8% -
XYZ 27.67 14.05 15.44 -
YUV 76.83 145.6 218.71 -
System Red Green Blue C M Y K H S L
Decimal 204 6 108 0 0.97 0.47 0.2 329.09 0.94 0.41
Hex CC 6 6C 0 61 2F 14 149 5E 29
Octal 314 6 154 0 141 57 24 511 136 51
Binary 11001100 110 1101100 0 1100001 101111 10100 101001001 1011110 101001

Color Harmonies of #CC066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC066C

Black with #CC066C

Text Example


Text Example

White with #CC066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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