Html Css Color HEX #C6748B Charm

📋 copy color: '#C6748B'

red 198 ◦ green 116 ◦ blue 139

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

Shades of Charm #C6748B

Tints of Charm #C6748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 43.71%
G = 25.61%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6748B (or 0xC6748B) is known color: Charm. HEX triplet: C6, 74 and 8B. RGB value is (198,116,139). Sum of RGB (Red+Green+Blue) = 198+116+139=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6748B is #398B74. Grayscale: #8F8F8F. Windows color (decimal): -3771253 or 9139398. OLE color: 9139398.

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

Color convert

RGB 198 116 139 -
CMYK 0 0.41 0.30 0.22
HSL 343.17º 0.42% 0.62% -
HSV(B) 343.17º 0.41% 0.78% -
XYZ 34.19 26.36 27.71 -
YUV 143.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 198 116 139 0 0.41 0.30 0.22 343.17 0.42 0.62
Hex C6 74 8B 0 29 1E 16 157 2A 3E
Octal 306 164 213 0 51 36 26 527 52 76
Binary 11000110 1110100 10001011 0 101001 11110 10110 101010111 101010 111110

Color Harmonies of #C6748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6748B

Black with #C6748B

Text Example


Text Example

White with #C6748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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