Html Css Color HEX #CC076B Ruby

📋 copy color: '#CC076B'

red 204 ◦ green 7 ◦ blue 107

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

Shades of Ruby #CC076B

Tints of Ruby #CC076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 64.15%
G = 2.2%
B = 33.65%

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

#CC076B (or 0xCC076B) is known color: Ruby. HEX triplet: CC, 07 and 6B. RGB value is (204,7,107). Sum of RGB (Red+Green+Blue) = 204+7+107=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC076B is #33F894. Grayscale: #4D4D4D. Windows color (decimal): -3405973 or 7014348. OLE color: 7014348.

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

Color convert

RGB 204 7 107 -
CMYK 0 0.97 0.48 0.2
HSL 329.54º 0.93% 0.41% -
HSV(B) 329.54º 0.97% 0.8% -
XYZ 27.63 14.05 15.17 -
YUV 77.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 204 7 107 0 0.97 0.48 0.2 329.54 0.93 0.41
Hex CC 7 6B 0 61 30 14 14A 5D 29
Octal 314 7 153 0 141 60 24 512 135 51
Binary 11001100 111 1101011 0 1100001 110000 10100 101001010 1011101 101001

Color Harmonies of #CC076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC076B

Black with #CC076B

Text Example


Text Example

White with #CC076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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