Html Css Color HEX #C674A2 Hopbush

📋 copy color: '#C674A2'

red 198 ◦ green 116 ◦ blue 162

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

Shades of Hopbush #C674A2

Tints of Hopbush #C674A2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.37%

 BLUE value IS 162 (63.67% from 255) = 34.03%

R = 41.6%
G = 24.37%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C674A2 (or 0xC674A2) is known color: Hopbush. HEX triplet: C6, 74 and A2. RGB value is (198,116,162). Sum of RGB (Red+Green+Blue) = 198+116+162=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C674A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C674A2 is #398B5D. Grayscale: #919191. Windows color (decimal): -3771230 or 10646726. OLE color: 10646726.

HSL color Cylindrical-coordinate representation of color #C674A2: hue angle of 326.34º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674A2 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 162 -
CMYK 0 0.41 0.18 0.22
HSL 326.34º 0.42% 0.62% -
HSV(B) 326.34º 0.41% 0.78% -
XYZ 36.06 27.11 37.51 -
YUV 145.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 198 116 162 0 0.41 0.18 0.22 326.34 0.42 0.62
Hex C6 74 A2 0 29 12 16 146 2A 3E
Octal 306 164 242 0 51 22 26 506 52 76
Binary 11000110 1110100 10100010 0 101001 10010 10110 101000110 101010 111110

Color Harmonies of #C674A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674A2

Black with #C674A2

Text Example


Text Example

White with #C674A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674A2; }

 p { color: rgb(198,116,162); }

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

background-color css

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

 a { background-color: rgb(198,116,162); }

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

border-color css

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

 span { border-color: rgb(198,116,162); }

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