Html Css Color HEX #C8873D Peru

📋 copy color: '#C8873D'

red 200 ◦ green 135 ◦ blue 61

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

Shades of Peru #C8873D

Tints of Peru #C8873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 50.51%
G = 34.09%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8873D (or 0xC8873D) is known color: Peru. HEX triplet: C8, 87 and 3D. RGB value is (200,135,61). Sum of RGB (Red+Green+Blue) = 200+135+61=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8873D is #3778C2. Grayscale: #929292. Windows color (decimal): -3635395 or 4032456. OLE color: 4032456.

HSL color Cylindrical-coordinate representation of color #C8873D: hue angle of 31.94º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8873D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 135 61 -
CMYK 0 0.32 0.69 0.22
HSL 31.94º 0.56% 0.51% -
HSV(B) 31.94º 0.7% 0.78% -
XYZ 33.33 29.94 8.44 -
YUV 146 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 200 135 61 0 0.32 0.69 0.22 31.94 0.56 0.51
Hex C8 87 3D 0 20 45 16 20 38 33
Octal 310 207 75 0 40 105 26 40 70 63
Binary 11001000 10000111 111101 0 100000 1000101 10110 100000 111000 110011

Color Harmonies of #C8873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8873D

Black with #C8873D

Text Example


Text Example

White with #C8873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8873D; }

 p { color: rgb(200,135,61); }

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

background-color css

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

 a { background-color: rgb(200,135,61); }

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

border-color css

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

 span { border-color: rgb(200,135,61); }

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