Html Css Color HEX #CC6486 Hopbush

📋 copy color: '#CC6486'

red 204 ◦ green 100 ◦ blue 134

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

Shades of Hopbush #CC6486

Tints of Hopbush #CC6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 46.58%
G = 22.83%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC6486 (or 0xCC6486) is known color: Hopbush. HEX triplet: CC, 64 and 86. RGB value is (204,100,134). Sum of RGB (Red+Green+Blue) = 204+100+134=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6486 is #339B79. Grayscale: #868686. Windows color (decimal): -3382138 or 8807628. OLE color: 8807628.

HSL color Cylindrical-coordinate representation of color #CC6486: hue angle of 340.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6486 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 134 -
CMYK 0 0.51 0.34 0.2
HSL 340.38º 0.5% 0.6% -
HSV(B) 340.38º 0.51% 0.8% -
XYZ 33.76 23.67 25.34 -
YUV 134.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 204 100 134 0 0.51 0.34 0.2 340.38 0.5 0.6
Hex CC 64 86 0 33 22 14 154 32 3C
Octal 314 144 206 0 63 42 24 524 62 74
Binary 11001100 1100100 10000110 0 110011 100010 10100 101010100 110010 111100

Color Harmonies of #CC6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6486

Black with #CC6486

Text Example


Text Example

White with #CC6486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6486; }

 p { color: rgb(204,100,134); }

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

background-color css

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

 a { background-color: rgb(204,100,134); }

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

border-color css

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

 span { border-color: rgb(204,100,134); }

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