Html Css Color HEX #C98A4B Peru

📋 copy color: '#C98A4B'

red 201 ◦ green 138 ◦ blue 75

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

Shades of Peru #C98A4B

Tints of Peru #C98A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 48.55%
G = 33.33%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C98A4B (or 0xC98A4B) is known color: Peru. HEX triplet: C9, 8A and 4B. RGB value is (201,138,75). Sum of RGB (Red+Green+Blue) = 201+138+75=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A4B is #3675B4. Grayscale: #959595. Windows color (decimal): -3569077 or 4950729. OLE color: 4950729.

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

Color convert

RGB 201 138 75 -
CMYK 0 0.31 0.63 0.21
HSL 30º 0.54% 0.54% -
HSV(B) 30º 0.63% 0.79% -
XYZ 34.45 31.1 10.84 -
YUV 149.66 85.87 164.62 -
System Red Green Blue C M Y K H S L
Decimal 201 138 75 0 0.31 0.63 0.21 30 0.54 0.54
Hex C9 8A 4B 0 1F 3F 15 1E 36 36
Octal 311 212 113 0 37 77 25 36 66 66
Binary 11001001 10001010 1001011 0 11111 111111 10101 11110 110110 110110

Color Harmonies of #C98A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A4B

Black with #C98A4B

Text Example


Text Example

White with #C98A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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