Html Css Color HEX #CC086A Ruby

📋 copy color: '#CC086A'

red 204 ◦ green 8 ◦ blue 106

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

Shades of Ruby #CC086A

Tints of Ruby #CC086A

RGB

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

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

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

R = 64.15%
G = 2.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC086A (or 0xCC086A) is known color: Ruby. HEX triplet: CC, 08 and 6A. RGB value is (204,8,106). Sum of RGB (Red+Green+Blue) = 204+8+106=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC086A is #33F795. Grayscale: #4D4D4D. Windows color (decimal): -3405718 or 6949068. OLE color: 6949068.

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

Color convert

RGB 204 8 106 -
CMYK 0 0.96 0.48 0.2
HSL 330º 0.92% 0.42% -
HSV(B) 330º 0.96% 0.8% -
XYZ 27.59 14.05 14.89 -
YUV 77.78 143.93 218.03 -
System Red Green Blue C M Y K H S L
Decimal 204 8 106 0 0.96 0.48 0.2 330 0.92 0.42
Hex CC 8 6A 0 60 30 14 14A 5C 2A
Octal 314 10 152 0 140 60 24 512 134 52
Binary 11001100 1000 1101010 0 1100000 110000 10100 101001010 1011100 101010

Color Harmonies of #CC086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC086A

Black with #CC086A

Text Example


Text Example

White with #CC086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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