Html Css Color HEX #C66082 Hopbush

📋 copy color: '#C66082'

red 198 ◦ green 96 ◦ blue 130

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

Shades of Hopbush #C66082

Tints of Hopbush #C66082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.64%

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 46.7%
G = 22.64%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C66082 (or 0xC66082) is known color: Hopbush. HEX triplet: C6, 60 and 82. RGB value is (198,96,130). Sum of RGB (Red+Green+Blue) = 198+96+130=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C66082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66082 is #399F7D. Grayscale: #828282. Windows color (decimal): -3776382 or 8544454. OLE color: 8544454.

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

Color convert

RGB 198 96 130 -
CMYK 0 0.52 0.34 0.22
HSL 340º 0.47% 0.58% -
HSV(B) 340º 0.52% 0.78% -
XYZ 31.5 21.98 23.7 -
YUV 130.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 198 96 130 0 0.52 0.34 0.22 340 0.47 0.58
Hex C6 60 82 0 34 22 16 154 2F 3A
Octal 306 140 202 0 64 42 26 524 57 72
Binary 11000110 1100000 10000010 0 110100 100010 10110 101010100 101111 111010

Color Harmonies of #C66082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66082

Black with #C66082

Text Example


Text Example

White with #C66082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66082; }

 p { color: rgb(198,96,130); }

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

background-color css

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

 a { background-color: rgb(198,96,130); }

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

border-color css

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

 span { border-color: rgb(198,96,130); }

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