Html Css Color HEX #C87F3F Peru

📋 copy color: '#C87F3F'

red 200 ◦ green 127 ◦ blue 63

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

Shades of Peru #C87F3F

Tints of Peru #C87F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

 BLUE value IS 63 (25% from 255) = 16.15%

R = 51.28%
G = 32.56%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C87F3F (or 0xC87F3F) is known color: Peru. HEX triplet: C8, 7F and 3F. RGB value is (200,127,63). Sum of RGB (Red+Green+Blue) = 200+127+63=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F3F is #3780C0. Grayscale: #8D8D8D. Windows color (decimal): -3637441 or 4161480. OLE color: 4161480.

HSL color Cylindrical-coordinate representation of color #C87F3F: hue angle of 28.03º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C87F3F is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 63 -
CMYK 0 0.36 0.68 0.22
HSL 28.03º 0.55% 0.52% -
HSV(B) 28.03º 0.69% 0.78% -
XYZ 32.31 27.82 8.37 -
YUV 141.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 200 127 63 0 0.36 0.68 0.22 28.03 0.55 0.52
Hex C8 7F 3F 0 24 44 16 1C 37 34
Octal 310 177 77 0 44 104 26 34 67 64
Binary 11001000 1111111 111111 0 100100 1000100 10110 11100 110111 110100

Color Harmonies of #C87F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F3F

Black with #C87F3F

Text Example


Text Example

White with #C87F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F3F; }

 p { color: rgb(200,127,63); }

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

background-color css

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

 a { background-color: rgb(200,127,63); }

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

border-color css

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

 span { border-color: rgb(200,127,63); }

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