Html Css Color HEX #C6748F Hopbush

📋 copy color: '#C6748F'

red 198 ◦ green 116 ◦ blue 143

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

Shades of Hopbush #C6748F

Tints of Hopbush #C6748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.29%

R = 43.33%
G = 25.38%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6748F (or 0xC6748F) is known color: Hopbush. HEX triplet: C6, 74 and 8F. RGB value is (198,116,143). Sum of RGB (Red+Green+Blue) = 198+116+143=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6748F is #398B70. Grayscale: #8F8F8F. Windows color (decimal): -3771249 or 9401542. OLE color: 9401542.

HSL color Cylindrical-coordinate representation of color #C6748F: hue angle of 340.24º 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 #C6748F is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 143 -
CMYK 0 0.41 0.28 0.22
HSL 340.24º 0.42% 0.62% -
HSV(B) 340.24º 0.41% 0.78% -
XYZ 34.49 26.48 29.28 -
YUV 143.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 198 116 143 0 0.41 0.28 0.22 340.24 0.42 0.62
Hex C6 74 8F 0 29 1C 16 154 2A 3E
Octal 306 164 217 0 51 34 26 524 52 76
Binary 11000110 1110100 10001111 0 101001 11100 10110 101010100 101010 111110

Color Harmonies of #C6748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6748F

Black with #C6748F

Text Example


Text Example

White with #C6748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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