Html Css Color HEX #C9813F Peru

📋 copy color: '#C9813F'

red 201 ◦ green 129 ◦ blue 63

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

Shades of Peru #C9813F

Tints of Peru #C9813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

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

R = 51.15%
G = 32.82%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9813F (or 0xC9813F) is known color: Peru. HEX triplet: C9, 81 and 3F. RGB value is (201,129,63). Sum of RGB (Red+Green+Blue) = 201+129+63=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9813F is #367EC0. Grayscale: #8F8F8F. Windows color (decimal): -3571393 or 4161993. OLE color: 4161993.

HSL color Cylindrical-coordinate representation of color #C9813F: hue angle of 28.7º 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 #C9813F is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 129 63 -
CMYK 0 0.36 0.69 0.21
HSL 28.7º 0.56% 0.52% -
HSV(B) 28.7º 0.69% 0.79% -
XYZ 32.83 28.48 8.47 -
YUV 143 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 201 129 63 0 0.36 0.69 0.21 28.7 0.56 0.52
Hex C9 81 3F 0 24 45 15 1D 38 34
Octal 311 201 77 0 44 105 25 35 70 64
Binary 11001001 10000001 111111 0 100100 1000101 10101 11101 111000 110100

Color Harmonies of #C9813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9813F

Black with #C9813F

Text Example


Text Example

White with #C9813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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