Html Css Color HEX #C8748D Charm

📋 copy color: '#C8748D'

red 200 ◦ green 116 ◦ blue 141

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

Shades of Charm #C8748D

Tints of Charm #C8748D

RGB

 RED value IS 200 (78.52% from 255) = 43.76%

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 43.76%
G = 25.38%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8748D (or 0xC8748D) is known color: Charm. HEX triplet: C8, 74 and 8D. RGB value is (200,116,141). Sum of RGB (Red+Green+Blue) = 200+116+141=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8748D is #378B72. Grayscale: #8F8F8F. Windows color (decimal): -3640179 or 9270472. OLE color: 9270472.

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

Color convert

RGB 200 116 141 -
CMYK 0 0.42 0.29 0.22
HSL 342.14º 0.43% 0.62% -
HSV(B) 342.14º 0.42% 0.78% -
XYZ 34.87 26.69 28.51 -
YUV 143.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 200 116 141 0 0.42 0.29 0.22 342.14 0.43 0.62
Hex C8 74 8D 0 2A 1D 16 156 2B 3E
Octal 310 164 215 0 52 35 26 526 53 76
Binary 11001000 1110100 10001101 0 101010 11101 10110 101010110 101011 111110

Color Harmonies of #C8748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8748D

Black with #C8748D

Text Example


Text Example

White with #C8748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8748D; }

 p { color: rgb(200,116,141); }

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

background-color css

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

 a { background-color: rgb(200,116,141); }

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

border-color css

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

 span { border-color: rgb(200,116,141); }

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