Html Css Color HEX #C88287 Charm

📋 copy color: '#C88287'

red 200 ◦ green 130 ◦ blue 135

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

Shades of Charm #C88287

Tints of Charm #C88287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

 BLUE value IS 135 (53.13% from 255) = 29.03%

R = 43.01%
G = 27.96%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88287 (or 0xC88287) is known color: Charm. HEX triplet: C8, 82 and 87. RGB value is (200,130,135). Sum of RGB (Red+Green+Blue) = 200+130+135=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88287 is #377D78. Grayscale: #979797. Windows color (decimal): -3636601 or 8880840. OLE color: 8880840.

HSL color Cylindrical-coordinate representation of color #C88287: hue angle of 355.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88287 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 135 -
CMYK 0 0.35 0.32 0.22
HSL 355.71º 0.39% 0.65% -
HSV(B) 355.71º 0.35% 0.78% -
XYZ 36.18 29.99 26.8 -
YUV 151.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 200 130 135 0 0.35 0.32 0.22 355.71 0.39 0.65
Hex C8 82 87 0 23 20 16 164 27 41
Octal 310 202 207 0 43 40 26 544 47 101
Binary 11001000 10000010 10000111 0 100011 100000 10110 101100100 100111 1000001

Color Harmonies of #C88287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88287

Black with #C88287

Text Example


Text Example

White with #C88287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88287; }

 p { color: rgb(200,130,135); }

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

background-color css

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

 a { background-color: rgb(200,130,135); }

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

border-color css

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

 span { border-color: rgb(200,130,135); }

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