Html Css Color HEX #CF8C40 Peru

📋 copy color: '#CF8C40'

red 207 ◦ green 140 ◦ blue 64

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

Shades of Peru #CF8C40

Tints of Peru #CF8C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

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

R = 50.36%
G = 34.06%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF8C40 (or 0xCF8C40) is known color: Peru. HEX triplet: CF, 8C and 40. RGB value is (207,140,64). Sum of RGB (Red+Green+Blue) = 207+140+64=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C40 is #3073BF. Grayscale: #979797. Windows color (decimal): -3175360 or 4230351. OLE color: 4230351.

HSL color Cylindrical-coordinate representation of color #CF8C40: hue angle of 31.89º 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 #CF8C40 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 140 64 -
CMYK 0 0.32 0.69 0.19
HSL 31.89º 0.6% 0.53% -
HSV(B) 31.89º 0.69% 0.81% -
XYZ 36.04 32.39 9.2 -
YUV 151.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 207 140 64 0 0.32 0.69 0.19 31.89 0.6 0.53
Hex CF 8C 40 0 20 45 13 20 3C 35
Octal 317 214 100 0 40 105 23 40 74 65
Binary 11001111 10001100 1000000 0 100000 1000101 10011 100000 111100 110101

Color Harmonies of #CF8C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C40

Black with #CF8C40

Text Example


Text Example

White with #CF8C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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