Html Css Color HEX #C87385 Charm

📋 copy color: '#C87385'

red 200 ◦ green 115 ◦ blue 133

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

Shades of Charm #C87385

Tints of Charm #C87385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.67%

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

R = 44.64%
G = 25.67%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C87385 (or 0xC87385) is known color: Charm. HEX triplet: C8, 73 and 85. RGB value is (200,115,133). Sum of RGB (Red+Green+Blue) = 200+115+133=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C87385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87385 is #378C7A. Grayscale: #8E8E8E. Windows color (decimal): -3640443 or 8745928. OLE color: 8745928.

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

Color convert

RGB 200 115 133 -
CMYK 0 0.42 0.34 0.22
HSL 347.29º 0.44% 0.62% -
HSV(B) 347.29º 0.43% 0.78% -
XYZ 34.18 26.23 25.45 -
YUV 142.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 200 115 133 0 0.42 0.34 0.22 347.29 0.44 0.62
Hex C8 73 85 0 2A 22 16 15B 2C 3E
Octal 310 163 205 0 52 42 26 533 54 76
Binary 11001000 1110011 10000101 0 101010 100010 10110 101011011 101100 111110

Color Harmonies of #C87385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87385

Black with #C87385

Text Example


Text Example

White with #C87385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87385; }

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

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

background-color css

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

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

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

border-color css

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

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

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