Html Css Color HEX #CC6586 Hopbush

📋 copy color: '#CC6586'

red 204 ◦ green 101 ◦ blue 134

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

Shades of Hopbush #CC6586

Tints of Hopbush #CC6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

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

R = 46.47%
G = 23.01%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC6586 (or 0xCC6586) is known color: Hopbush. HEX triplet: CC, 65 and 86. RGB value is (204,101,134). Sum of RGB (Red+Green+Blue) = 204+101+134=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6586 is #339A79. Grayscale: #878787. Windows color (decimal): -3381882 or 8807884. OLE color: 8807884.

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

Color convert

RGB 204 101 134 -
CMYK 0 0.50 0.34 0.2
HSL 340.78º 0.5% 0.6% -
HSV(B) 340.78º 0.5% 0.8% -
XYZ 33.86 23.87 25.38 -
YUV 135.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 204 101 134 0 0.50 0.34 0.2 340.78 0.5 0.6
Hex CC 65 86 0 32 22 14 155 32 3C
Octal 314 145 206 0 62 42 24 525 62 74
Binary 11001100 1100101 10000110 0 110010 100010 10100 101010101 110010 111100

Color Harmonies of #CC6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6586

Black with #CC6586

Text Example


Text Example

White with #CC6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6586; }

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

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

background-color css

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

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

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

border-color css

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

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

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