Html Css Color HEX #C8728A Charm

📋 copy color: '#C8728A'

red 200 ◦ green 114 ◦ blue 138

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

Shades of Charm #C8728A

Tints of Charm #C8728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 44.25%
G = 25.22%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8728A (or 0xC8728A) is known color: Charm. HEX triplet: C8, 72 and 8A. RGB value is (200,114,138). Sum of RGB (Red+Green+Blue) = 200+114+138=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8728A is #378D75. Grayscale: #8E8E8E. Windows color (decimal): -3640694 or 9073352. OLE color: 9073352.

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

Color convert

RGB 200 114 138 -
CMYK 0 0.43 0.31 0.22
HSL 343.26º 0.44% 0.62% -
HSV(B) 343.26º 0.43% 0.78% -
XYZ 34.42 26.15 27.28 -
YUV 142.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 200 114 138 0 0.43 0.31 0.22 343.26 0.44 0.62
Hex C8 72 8A 0 2B 1F 16 157 2C 3E
Octal 310 162 212 0 53 37 26 527 54 76
Binary 11001000 1110010 10001010 0 101011 11111 10110 101010111 101100 111110

Color Harmonies of #C8728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8728A

Black with #C8728A

Text Example


Text Example

White with #C8728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8728A; }

 p { color: rgb(200,114,138); }

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

background-color css

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

 a { background-color: rgb(200,114,138); }

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

border-color css

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

 span { border-color: rgb(200,114,138); }

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