Html Css Color HEX #C87185 Charm

📋 copy color: '#C87185'

red 200 ◦ green 113 ◦ blue 133

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

Shades of Charm #C87185

Tints of Charm #C87185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

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

R = 44.84%
G = 25.34%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C87185 (or 0xC87185) is known color: Charm. HEX triplet: C8, 71 and 85. RGB value is (200,113,133). Sum of RGB (Red+Green+Blue) = 200+113+133=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C87185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87185 is #378E7A. Grayscale: #8D8D8D. Windows color (decimal): -3640955 or 8745416. OLE color: 8745416.

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

Color convert

RGB 200 113 133 -
CMYK 0 0.44 0.34 0.22
HSL 346.21º 0.44% 0.61% -
HSV(B) 346.21º 0.44% 0.78% -
XYZ 33.96 25.78 25.38 -
YUV 141.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 200 113 133 0 0.44 0.34 0.22 346.21 0.44 0.61
Hex C8 71 85 0 2C 22 16 15A 2C 3D
Octal 310 161 205 0 54 42 26 532 54 75
Binary 11001000 1110001 10000101 0 101100 100010 10110 101011010 101100 111101

Color Harmonies of #C87185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87185

Black with #C87185

Text Example


Text Example

White with #C87185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87185; }

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

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

background-color css

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

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

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

border-color css

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

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

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