Html Css Color HEX #C6728E Hopbush

📋 copy color: '#C6728E'

red 198 ◦ green 114 ◦ blue 142

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

Shades of Hopbush #C6728E

Tints of Hopbush #C6728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

 BLUE value IS 142 (55.86% from 255) = 31.28%

R = 43.61%
G = 25.11%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6728E (or 0xC6728E) is known color: Hopbush. HEX triplet: C6, 72 and 8E. RGB value is (198,114,142). Sum of RGB (Red+Green+Blue) = 198+114+142=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6728E is #398D71. Grayscale: #8E8E8E. Windows color (decimal): -3771762 or 9335494. OLE color: 9335494.

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

Color convert

RGB 198 114 142 -
CMYK 0 0.42 0.28 0.22
HSL 340º 0.42% 0.61% -
HSV(B) 340º 0.42% 0.78% -
XYZ 34.19 25.99 28.81 -
YUV 142.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 198 114 142 0 0.42 0.28 0.22 340 0.42 0.61
Hex C6 72 8E 0 2A 1C 16 154 2A 3D
Octal 306 162 216 0 52 34 26 524 52 75
Binary 11000110 1110010 10001110 0 101010 11100 10110 101010100 101010 111101

Color Harmonies of #C6728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6728E

Black with #C6728E

Text Example


Text Example

White with #C6728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6728E; }

 p { color: rgb(198,114,142); }

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

background-color css

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

 a { background-color: rgb(198,114,142); }

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

border-color css

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

 span { border-color: rgb(198,114,142); }

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