Html Css Color HEX #C98B4B Peru

📋 copy color: '#C98B4B'

red 201 ◦ green 139 ◦ blue 75

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

Shades of Peru #C98B4B

Tints of Peru #C98B4B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 48.43%
G = 33.49%
B = 18.07%

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

#C98B4B (or 0xC98B4B) is known color: Peru. HEX triplet: C9, 8B and 4B. RGB value is (201,139,75). Sum of RGB (Red+Green+Blue) = 201+139+75=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B4B is #3674B4. Grayscale: #969696. Windows color (decimal): -3568821 or 4950985. OLE color: 4950985.

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

Color convert

RGB 201 139 75 -
CMYK 0 0.31 0.63 0.21
HSL 30.48º 0.54% 0.54% -
HSV(B) 30.48º 0.63% 0.79% -
XYZ 34.59 31.39 10.89 -
YUV 150.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 201 139 75 0 0.31 0.63 0.21 30.48 0.54 0.54
Hex C9 8B 4B 0 1F 3F 15 1E 36 36
Octal 311 213 113 0 37 77 25 36 66 66
Binary 11001001 10001011 1001011 0 11111 111111 10101 11110 110110 110110

Color Harmonies of #C98B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B4B

Black with #C98B4B

Text Example


Text Example

White with #C98B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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