Html Css Color HEX #C88485 Charm

📋 copy color: '#C88485'

red 200 ◦ green 132 ◦ blue 133

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

Shades of Charm #C88485

Tints of Charm #C88485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 43.01%
G = 28.39%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C88485 (or 0xC88485) is known color: Charm. HEX triplet: C8, 84 and 85. RGB value is (200,132,133). Sum of RGB (Red+Green+Blue) = 200+132+133=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88485 is #377B7A. Grayscale: #989898. Windows color (decimal): -3636091 or 8750280. OLE color: 8750280.

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

Color convert

RGB 200 132 133 -
CMYK 0 0.34 0.34 0.22
HSL 359.12º 0.38% 0.65% -
HSV(B) 359.12º 0.34% 0.78% -
XYZ 36.3 30.48 26.16 -
YUV 152.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 200 132 133 0 0.34 0.34 0.22 359.12 0.38 0.65
Hex C8 84 85 0 22 22 16 167 26 41
Octal 310 204 205 0 42 42 26 547 46 101
Binary 11001000 10000100 10000101 0 100010 100010 10110 101100111 100110 1000001

Color Harmonies of #C88485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88485

Black with #C88485

Text Example


Text Example

White with #C88485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88485; }

 p { color: rgb(200,132,133); }

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

background-color css

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

 a { background-color: rgb(200,132,133); }

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

border-color css

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

 span { border-color: rgb(200,132,133); }

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