Html Css Color HEX #CC086C Ruby

📋 copy color: '#CC086C'

red 204 ◦ green 8 ◦ blue 108

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

Shades of Ruby #CC086C

Tints of Ruby #CC086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

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

R = 63.75%
G = 2.5%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC086C (or 0xCC086C) is known color: Ruby. HEX triplet: CC, 08 and 6C. RGB value is (204,8,108). Sum of RGB (Red+Green+Blue) = 204+8+108=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC086C is #33F793. Grayscale: #4D4D4D. Windows color (decimal): -3405716 or 7080140. OLE color: 7080140.

HSL color Cylindrical-coordinate representation of color #CC086C: hue angle of 329.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC086C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 8 108 -
CMYK 0 0.96 0.47 0.2
HSL 329.39º 0.92% 0.42% -
HSV(B) 329.39º 0.96% 0.8% -
XYZ 27.7 14.09 15.45 -
YUV 78 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 204 8 108 0 0.96 0.47 0.2 329.39 0.92 0.42
Hex CC 8 6C 0 60 2F 14 149 5C 2A
Octal 314 10 154 0 140 57 24 511 134 52
Binary 11001100 1000 1101100 0 1100000 101111 10100 101001001 1011100 101010

Color Harmonies of #CC086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC086C

Black with #CC086C

Text Example


Text Example

White with #CC086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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