Html Css Color HEX #C66686 Hopbush

📋 copy color: '#C66686'

red 198 ◦ green 102 ◦ blue 134

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

Shades of Hopbush #C66686

Tints of Hopbush #C66686

RGB

 RED value IS 198 (77.73% from 255) = 45.62%

 GREEN value IS 102 (40.23% from 255) = 23.5%

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

R = 45.62%
G = 23.5%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C66686 (or 0xC66686) is known color: Hopbush. HEX triplet: C6, 66 and 86. RGB value is (198,102,134). Sum of RGB (Red+Green+Blue) = 198+102+134=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C66686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66686 is #399979. Grayscale: #868686. Windows color (decimal): -3774842 or 8808134. OLE color: 8808134.

HSL color Cylindrical-coordinate representation of color #C66686: hue angle of 340º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66686 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 102 134 -
CMYK 0 0.48 0.32 0.22
HSL 340º 0.46% 0.59% -
HSV(B) 340º 0.48% 0.78% -
XYZ 32.34 23.23 25.33 -
YUV 134.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 198 102 134 0 0.48 0.32 0.22 340 0.46 0.59
Hex C6 66 86 0 30 20 16 154 2E 3B
Octal 306 146 206 0 60 40 26 524 56 73
Binary 11000110 1100110 10000110 0 110000 100000 10110 101010100 101110 111011

Color Harmonies of #C66686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66686

Black with #C66686

Text Example


Text Example

White with #C66686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66686; }

 p { color: rgb(198,102,134); }

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

background-color css

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

 a { background-color: rgb(198,102,134); }

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

border-color css

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

 span { border-color: rgb(198,102,134); }

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