Html Css Color HEX #C66286 Hopbush

📋 copy color: '#C66286'

red 198 ◦ green 98 ◦ blue 134

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

Shades of Hopbush #C66286

Tints of Hopbush #C66286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.79%

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

R = 46.05%
G = 22.79%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C66286 (or 0xC66286) is known color: Hopbush. HEX triplet: C6, 62 and 86. RGB value is (198,98,134). Sum of RGB (Red+Green+Blue) = 198+98+134=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66286 is #399D79. Grayscale: #838383. Windows color (decimal): -3775866 or 8807110. OLE color: 8807110.

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

Color convert

RGB 198 98 134 -
CMYK 0 0.51 0.32 0.22
HSL 338.4º 0.47% 0.58% -
HSV(B) 338.4º 0.51% 0.78% -
XYZ 31.96 22.46 25.21 -
YUV 132 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 198 98 134 0 0.51 0.32 0.22 338.4 0.47 0.58
Hex C6 62 86 0 33 20 16 152 2F 3A
Octal 306 142 206 0 63 40 26 522 57 72
Binary 11000110 1100010 10000110 0 110011 100000 10110 101010010 101111 111010

Color Harmonies of #C66286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66286

Black with #C66286

Text Example


Text Example

White with #C66286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66286; }

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

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

background-color css

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

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

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

border-color css

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

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

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