Html Css Color HEX #C7748A Charm

📋 copy color: '#C7748A'

red 199 ◦ green 116 ◦ blue 138

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

Shades of Charm #C7748A

Tints of Charm #C7748A

RGB

 RED value IS 199 (78.13% from 255) = 43.93%

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

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 43.93%
G = 25.61%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7748A (or 0xC7748A) is known color: Charm. HEX triplet: C7, 74 and 8A. RGB value is (199,116,138). Sum of RGB (Red+Green+Blue) = 199+116+138=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7748A is #388B75. Grayscale: #8F8F8F. Windows color (decimal): -3705718 or 9073863. OLE color: 9073863.

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

Color convert

RGB 199 116 138 -
CMYK 0 0.42 0.31 0.22
HSL 344.1º 0.43% 0.62% -
HSV(B) 344.1º 0.42% 0.78% -
XYZ 34.39 26.47 27.34 -
YUV 143.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 199 116 138 0 0.42 0.31 0.22 344.1 0.43 0.62
Hex C7 74 8A 0 2A 1F 16 158 2B 3E
Octal 307 164 212 0 52 37 26 530 53 76
Binary 11000111 1110100 10001010 0 101010 11111 10110 101011000 101011 111110

Color Harmonies of #C7748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7748A

Black with #C7748A

Text Example


Text Example

White with #C7748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7748A; }

 p { color: rgb(199,116,138); }

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

background-color css

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

 a { background-color: rgb(199,116,138); }

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

border-color css

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

 span { border-color: rgb(199,116,138); }

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