Html Css Color HEX #C88843 Peru

📋 copy color: '#C88843'

red 200 ◦ green 136 ◦ blue 67

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

Shades of Peru #C88843

Tints of Peru #C88843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.63%

R = 49.63%
G = 33.75%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C88843 (or 0xC88843) is known color: Peru. HEX triplet: C8, 88 and 43. RGB value is (200,136,67). Sum of RGB (Red+Green+Blue) = 200+136+67=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C88843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88843 is #3777BC. Grayscale: #939393. Windows color (decimal): -3635133 or 4425928. OLE color: 4425928.

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

Color convert

RGB 200 136 67 -
CMYK 0 0.32 0.66 0.22
HSL 31.13º 0.55% 0.52% -
HSV(B) 31.13º 0.67% 0.78% -
XYZ 33.64 30.29 9.38 -
YUV 147.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 200 136 67 0 0.32 0.66 0.22 31.13 0.55 0.52
Hex C8 88 43 0 20 42 16 1F 37 34
Octal 310 210 103 0 40 102 26 37 67 64
Binary 11001000 10001000 1000011 0 100000 1000010 10110 11111 110111 110100

Color Harmonies of #C88843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88843

Black with #C88843

Text Example


Text Example

White with #C88843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88843; }

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

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

background-color css

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

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

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

border-color css

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

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

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