#CF813D

Color #CF813D Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CF813D

Tints of Peru #CF813D

Color information

#CF813D (or 0xCF813D) is unknown color: approx Peru. HEX triplet: CF, 81 and 3D. RGB value is (207,129,61). Sum of RGB (Red+Green+Blue) = 207+129+61=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF813D is #307EC2. Grayscale: #909090. Windows color (decimal): -3178179 or 4030927. OLE color: 4030927.

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

Color convert

RGB20712961-
CMYK00.380.710.19
HSL27.95º60.33%52.55%-
HSV(B)27.95º70.53%81.18%-
XYZ34.4229.38.26-
YUV144.5780.84172.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.14%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 61 (24.22% from 255) = 15.37%
R=52.14%
G=32.49%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071296100.380.710.1927.9560.3352.55
HexCF813D02647131c3c35
Octal3172017504610723347465
Binary1100111110000001111101010011010001111001111100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF813D; }

 p { color: rgb(207,129,61); }

 H1.HeaderClassName
 {
   color: #CF813D;
 }
 .AnyTagClassName
 {
   color: #CF813D;
 }
</style>
background-color css

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

 a { background-color: rgb(207,129,61); }

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

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

 span { border-color: rgb(207,129,61); }

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