Html Css Color HEX #CC076A Ruby

📋 copy color: '#CC076A'

red 204 ◦ green 7 ◦ blue 106

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

Shades of Ruby #CC076A

Tints of Ruby #CC076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

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

R = 64.35%
G = 2.21%
B = 33.44%

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

#CC076A (or 0xCC076A) is known color: Ruby. HEX triplet: CC, 07 and 6A. RGB value is (204,7,106). Sum of RGB (Red+Green+Blue) = 204+7+106=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC076A is #33F895. Grayscale: #4C4C4C. Windows color (decimal): -3405974 or 6948812. OLE color: 6948812.

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

Color convert

RGB 204 7 106 -
CMYK 0 0.97 0.48 0.2
HSL 329.85º 0.93% 0.41% -
HSV(B) 329.85º 0.97% 0.8% -
XYZ 27.58 14.03 14.89 -
YUV 77.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 204 7 106 0 0.97 0.48 0.2 329.85 0.93 0.41
Hex CC 7 6A 0 61 30 14 14A 5D 29
Octal 314 7 152 0 141 60 24 512 135 51
Binary 11001100 111 1101010 0 1100001 110000 10100 101001010 1011101 101001

Color Harmonies of #CC076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC076A

Black with #CC076A

Text Example


Text Example

White with #CC076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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