Html Css Color HEX #C9894B Peru

📋 copy color: '#C9894B'

red 201 ◦ green 137 ◦ blue 75

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

Shades of Peru #C9894B

Tints of Peru #C9894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.17%

 BLUE value IS 75 (29.69% from 255) = 18.16%

R = 48.67%
G = 33.17%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9894B (or 0xC9894B) is known color: Peru. HEX triplet: C9, 89 and 4B. RGB value is (201,137,75). Sum of RGB (Red+Green+Blue) = 201+137+75=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9894B is #3676B4. Grayscale: #959595. Windows color (decimal): -3569333 or 4950473. OLE color: 4950473.

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

Color convert

RGB 201 137 75 -
CMYK 0 0.32 0.63 0.21
HSL 29.52º 0.54% 0.54% -
HSV(B) 29.52º 0.63% 0.79% -
XYZ 34.3 30.82 10.8 -
YUV 149.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 201 137 75 0 0.32 0.63 0.21 29.52 0.54 0.54
Hex C9 89 4B 0 20 3F 15 1E 36 36
Octal 311 211 113 0 40 77 25 36 66 66
Binary 11001001 10001001 1001011 0 100000 111111 10101 11110 110110 110110

Color Harmonies of #C9894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9894B

Black with #C9894B

Text Example


Text Example

White with #C9894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9894B; }

 p { color: rgb(201,137,75); }

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

background-color css

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

 a { background-color: rgb(201,137,75); }

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

border-color css

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

 span { border-color: rgb(201,137,75); }

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