Html Css Color HEX #CF8A49 Peru

📋 copy color: '#CF8A49'

red 207 ◦ green 138 ◦ blue 73

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

Shades of Peru #CF8A49

Tints of Peru #CF8A49

RGB

 RED value IS 207 (81.25% from 255) = 49.52%

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

 BLUE value IS 73 (28.91% from 255) = 17.46%

R = 49.52%
G = 33.01%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF8A49 (or 0xCF8A49) is known color: Peru. HEX triplet: CF, 8A and 49. RGB value is (207,138,73). Sum of RGB (Red+Green+Blue) = 207+138+73=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A49 is #3075B6. Grayscale: #979797. Windows color (decimal): -3175863 or 4819663. OLE color: 4819663.

HSL color Cylindrical-coordinate representation of color #CF8A49: hue angle of 29.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF8A49 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 73 -
CMYK 0 0.33 0.65 0.19
HSL 29.1º 0.58% 0.55% -
HSV(B) 29.1º 0.65% 0.81% -
XYZ 36.02 31.92 10.57 -
YUV 151.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 207 138 73 0 0.33 0.65 0.19 29.1 0.58 0.55
Hex CF 8A 49 0 21 41 13 1D 3A 37
Octal 317 212 111 0 41 101 23 35 72 67
Binary 11001111 10001010 1001001 0 100001 1000001 10011 11101 111010 110111

Color Harmonies of #CF8A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A49

Black with #CF8A49

Text Example


Text Example

White with #CF8A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A49; }

 p { color: rgb(207,138,73); }

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

background-color css

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

 a { background-color: rgb(207,138,73); }

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

border-color css

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

 span { border-color: rgb(207,138,73); }

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