Html Css Color HEX #C8883C Peru

📋 copy color: '#C8883C'

red 200 ◦ green 136 ◦ blue 60

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

Shades of Peru #C8883C

Tints of Peru #C8883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

 BLUE value IS 60 (23.83% from 255) = 15.15%

R = 50.51%
G = 34.34%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8883C (or 0xC8883C) is known color: Peru. HEX triplet: C8, 88 and 3C. RGB value is (200,136,60). Sum of RGB (Red+Green+Blue) = 200+136+60=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8883C is #3777C3. Grayscale: #929292. Windows color (decimal): -3635140 or 3967176. OLE color: 3967176.

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

Color convert

RGB 200 136 60 -
CMYK 0 0.32 0.7 0.22
HSL 32.57º 0.56% 0.51% -
HSV(B) 32.57º 0.7% 0.78% -
XYZ 33.44 30.21 8.34 -
YUV 146.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 200 136 60 0 0.32 0.7 0.22 32.57 0.56 0.51
Hex C8 88 3C 0 20 46 16 21 38 33
Octal 310 210 74 0 40 106 26 41 70 63
Binary 11001000 10001000 111100 0 100000 1000110 10110 100001 111000 110011

Color Harmonies of #C8883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8883C

Black with #C8883C

Text Example


Text Example

White with #C8883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8883C; }

 p { color: rgb(200,136,60); }

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

background-color css

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

 a { background-color: rgb(200,136,60); }

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

border-color css

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

 span { border-color: rgb(200,136,60); }

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