Html Css Color HEX #CF8B4E Peru

📋 copy color: '#CF8B4E'

red 207 ◦ green 139 ◦ blue 78

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

Shades of Peru #CF8B4E

Tints of Peru #CF8B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.4%

R = 48.82%
G = 32.78%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF8B4E (or 0xCF8B4E) is known color: Peru. HEX triplet: CF, 8B and 4E. RGB value is (207,139,78). Sum of RGB (Red+Green+Blue) = 207+139+78=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B4E is #3074B1. Grayscale: #989898. Windows color (decimal): -3175602 or 5147599. OLE color: 5147599.

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

Color convert

RGB 207 139 78 -
CMYK 0 0.33 0.62 0.19
HSL 28.37º 0.57% 0.56% -
HSV(B) 28.37º 0.62% 0.81% -
XYZ 36.34 32.28 11.52 -
YUV 152.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 207 139 78 0 0.33 0.62 0.19 28.37 0.57 0.56
Hex CF 8B 4E 0 21 3E 13 1C 39 38
Octal 317 213 116 0 41 76 23 34 71 70
Binary 11001111 10001011 1001110 0 100001 111110 10011 11100 111001 111000

Color Harmonies of #CF8B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B4E

Black with #CF8B4E

Text Example


Text Example

White with #CF8B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B4E; }

 p { color: rgb(207,139,78); }

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

background-color css

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

 a { background-color: rgb(207,139,78); }

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

border-color css

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

 span { border-color: rgb(207,139,78); }

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