Html Css Color HEX #CF8840 Peru

📋 copy color: '#CF8840'

red 207 ◦ green 136 ◦ blue 64

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

Shades of Peru #CF8840

Tints of Peru #CF8840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

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

R = 50.86%
G = 33.42%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF8840 (or 0xCF8840) is known color: Peru. HEX triplet: CF, 88 and 40. RGB value is (207,136,64). Sum of RGB (Red+Green+Blue) = 207+136+64=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8840 is #3077BF. Grayscale: #959595. Windows color (decimal): -3176384 or 4229327. OLE color: 4229327.

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

Color convert

RGB 207 136 64 -
CMYK 0 0.34 0.69 0.19
HSL 30.21º 0.6% 0.53% -
HSV(B) 30.21º 0.69% 0.81% -
XYZ 35.46 31.24 9.01 -
YUV 149.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 207 136 64 0 0.34 0.69 0.19 30.21 0.6 0.53
Hex CF 88 40 0 22 45 13 1E 3C 35
Octal 317 210 100 0 42 105 23 36 74 65
Binary 11001111 10001000 1000000 0 100010 1000101 10011 11110 111100 110101

Color Harmonies of #CF8840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8840

Black with #CF8840

Text Example


Text Example

White with #CF8840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8840; }

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

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

background-color css

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

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

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

border-color css

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

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

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