Html Css Color HEX #C87281 Charm

📋 copy color: '#C87281'

red 200 ◦ green 114 ◦ blue 129

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

Shades of Charm #C87281

Tints of Charm #C87281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 45.15%
G = 25.73%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C87281 (or 0xC87281) is known color: Charm. HEX triplet: C8, 72 and 81. RGB value is (200,114,129). Sum of RGB (Red+Green+Blue) = 200+114+129=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C87281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87281 is #378D7E. Grayscale: #8D8D8D. Windows color (decimal): -3640703 or 8483528. OLE color: 8483528.

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

Color convert

RGB 200 114 129 -
CMYK 0 0.43 0.36 0.22
HSL 349.53º 0.44% 0.62% -
HSV(B) 349.53º 0.43% 0.78% -
XYZ 33.8 25.9 23.99 -
YUV 141.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 200 114 129 0 0.43 0.36 0.22 349.53 0.44 0.62
Hex C8 72 81 0 2B 24 16 15E 2C 3E
Octal 310 162 201 0 53 44 26 536 54 76
Binary 11001000 1110010 10000001 0 101011 100100 10110 101011110 101100 111110

Color Harmonies of #C87281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87281

Black with #C87281

Text Example


Text Example

White with #C87281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87281; }

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

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

background-color css

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

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

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

border-color css

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

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

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