Html Css Color HEX #C88844 Peru

📋 copy color: '#C88844'

red 200 ◦ green 136 ◦ blue 68

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

Shades of Peru #C88844

Tints of Peru #C88844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.83%

R = 49.5%
G = 33.66%
B = 16.83%

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

#C88844 (or 0xC88844) is known color: Peru. HEX triplet: C8, 88 and 44. RGB value is (200,136,68). Sum of RGB (Red+Green+Blue) = 200+136+68=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C88844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88844 is #3777BB. Grayscale: #939393. Windows color (decimal): -3635132 or 4491464. OLE color: 4491464.

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

Color convert

RGB 200 136 68 -
CMYK 0 0.32 0.66 0.22
HSL 30.91º 0.55% 0.53% -
HSV(B) 30.91º 0.66% 0.78% -
XYZ 33.67 30.31 9.54 -
YUV 147.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 200 136 68 0 0.32 0.66 0.22 30.91 0.55 0.53
Hex C8 88 44 0 20 42 16 1F 37 35
Octal 310 210 104 0 40 102 26 37 67 65
Binary 11001000 10001000 1000100 0 100000 1000010 10110 11111 110111 110101

Color Harmonies of #C88844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88844

Black with #C88844

Text Example


Text Example

White with #C88844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88844; }

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

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

background-color css

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

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

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

border-color css

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

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

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