Html Css Color HEX #C87483 Charm

📋 copy color: '#C87483'

red 200 ◦ green 116 ◦ blue 131

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

Shades of Charm #C87483

Tints of Charm #C87483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.95%

 BLUE value IS 131 (51.56% from 255) = 29.31%

R = 44.74%
G = 25.95%
B = 29.31%

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

#C87483 (or 0xC87483) is known color: Charm. HEX triplet: C8, 74 and 83. RGB value is (200,116,131). Sum of RGB (Red+Green+Blue) = 200+116+131=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C87483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87483 is #378B7C. Grayscale: #8E8E8E. Windows color (decimal): -3640189 or 8615112. OLE color: 8615112.

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

Color convert

RGB 200 116 131 -
CMYK 0 0.42 0.34 0.22
HSL 349.29º 0.43% 0.62% -
HSV(B) 349.29º 0.42% 0.78% -
XYZ 34.16 26.41 24.77 -
YUV 142.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 200 116 131 0 0.42 0.34 0.22 349.29 0.43 0.62
Hex C8 74 83 0 2A 22 16 15D 2B 3E
Octal 310 164 203 0 52 42 26 535 53 76
Binary 11001000 1110100 10000011 0 101010 100010 10110 101011101 101011 111110

Color Harmonies of #C87483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87483

Black with #C87483

Text Example


Text Example

White with #C87483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87483; }

 p { color: rgb(200,116,131); }

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

background-color css

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

 a { background-color: rgb(200,116,131); }

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

border-color css

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

 span { border-color: rgb(200,116,131); }

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