Html Css Color HEX #C8748C Charm

📋 copy color: '#C8748C'

red 200 ◦ green 116 ◦ blue 140

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

Shades of Charm #C8748C

Tints of Charm #C8748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.7%

R = 43.86%
G = 25.44%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8748C (or 0xC8748C) is known color: Charm. HEX triplet: C8, 74 and 8C. RGB value is (200,116,140). Sum of RGB (Red+Green+Blue) = 200+116+140=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8748C is #378B73. Grayscale: #8F8F8F. Windows color (decimal): -3640180 or 9204936. OLE color: 9204936.

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

Color convert

RGB 200 116 140 -
CMYK 0 0.42 0.3 0.22
HSL 342.86º 0.43% 0.62% -
HSV(B) 342.86º 0.42% 0.78% -
XYZ 34.8 26.66 28.12 -
YUV 143.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 200 116 140 0 0.42 0.3 0.22 342.86 0.43 0.62
Hex C8 74 8C 0 2A 1E 16 157 2B 3E
Octal 310 164 214 0 52 36 26 527 53 76
Binary 11001000 1110100 10001100 0 101010 11110 10110 101010111 101011 111110

Color Harmonies of #C8748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8748C

Black with #C8748C

Text Example


Text Example

White with #C8748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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