Html Css Color HEX #C9883F Peru

📋 copy color: '#C9883F'

red 201 ◦ green 136 ◦ blue 63

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

Shades of Peru #C9883F

Tints of Peru #C9883F

RGB

 RED value IS 201 (78.91% from 255) = 50.25%

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

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

R = 50.25%
G = 34%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9883F (or 0xC9883F) is known color: Peru. HEX triplet: C9, 88 and 3F. RGB value is (201,136,63). Sum of RGB (Red+Green+Blue) = 201+136+63=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9883F is #3677C0. Grayscale: #939393. Windows color (decimal): -3569601 or 4163785. OLE color: 4163785.

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

Color convert

RGB 201 136 63 -
CMYK 0 0.32 0.69 0.21
HSL 31.74º 0.56% 0.52% -
HSV(B) 31.74º 0.69% 0.79% -
XYZ 33.79 30.38 8.79 -
YUV 147.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 201 136 63 0 0.32 0.69 0.21 31.74 0.56 0.52
Hex C9 88 3F 0 20 45 15 20 38 34
Octal 311 210 77 0 40 105 25 40 70 64
Binary 11001001 10001000 111111 0 100000 1000101 10101 100000 111000 110100

Color Harmonies of #C9883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9883F

Black with #C9883F

Text Example


Text Example

White with #C9883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9883F; }

 p { color: rgb(201,136,63); }

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

background-color css

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

 a { background-color: rgb(201,136,63); }

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

border-color css

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

 span { border-color: rgb(201,136,63); }

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