Html Css Color HEX #CF8440 Peru

📋 copy color: '#CF8440'

red 207 ◦ green 132 ◦ blue 64

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

Shades of Peru #CF8440

Tints of Peru #CF8440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 51.36%
G = 32.75%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF8440 (or 0xCF8440) is known color: Peru. HEX triplet: CF, 84 and 40. RGB value is (207,132,64). Sum of RGB (Red+Green+Blue) = 207+132+64=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8440 is #307BBF. Grayscale: #939393. Windows color (decimal): -3177408 or 4228303. OLE color: 4228303.

HSL color Cylindrical-coordinate representation of color #CF8440: hue angle of 28.53º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF8440 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 64 -
CMYK 0 0.36 0.69 0.19
HSL 28.53º 0.6% 0.53% -
HSV(B) 28.53º 0.69% 0.81% -
XYZ 34.91 30.14 8.83 -
YUV 146.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 207 132 64 0 0.36 0.69 0.19 28.53 0.6 0.53
Hex CF 84 40 0 24 45 13 1D 3C 35
Octal 317 204 100 0 44 105 23 35 74 65
Binary 11001111 10000100 1000000 0 100100 1000101 10011 11101 111100 110101

Color Harmonies of #CF8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8440

Black with #CF8440

Text Example


Text Example

White with #CF8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8440; }

 p { color: rgb(207,132,64); }

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

background-color css

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

 a { background-color: rgb(207,132,64); }

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

border-color css

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

 span { border-color: rgb(207,132,64); }

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