Html Css Color HEX #C9853F Peru

📋 copy color: '#C9853F'

red 201 ◦ green 133 ◦ blue 63

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

Shades of Peru #C9853F

Tints of Peru #C9853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 50.63%
G = 33.5%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9853F (or 0xC9853F) is known color: Peru. HEX triplet: C9, 85 and 3F. RGB value is (201,133,63). Sum of RGB (Red+Green+Blue) = 201+133+63=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9853F is #367AC0. Grayscale: #919191. Windows color (decimal): -3570369 or 4163017. OLE color: 4163017.

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

Color convert

RGB 201 133 63 -
CMYK 0 0.34 0.69 0.21
HSL 30.43º 0.56% 0.52% -
HSV(B) 30.43º 0.69% 0.79% -
XYZ 33.37 29.55 8.65 -
YUV 145.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 201 133 63 0 0.34 0.69 0.21 30.43 0.56 0.52
Hex C9 85 3F 0 22 45 15 1E 38 34
Octal 311 205 77 0 42 105 25 36 70 64
Binary 11001001 10000101 111111 0 100010 1000101 10101 11110 111000 110100

Color Harmonies of #C9853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9853F

Black with #C9853F

Text Example


Text Example

White with #C9853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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