#CF823D

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

Shades of Peru #CF823D

Tints of Peru #CF823D

Color information

#CF823D (or 0xCF823D) is unknown color: approx Peru. HEX triplet: CF, 82 and 3D. RGB value is (207,130,61). Sum of RGB (Red+Green+Blue) = 207+130+61=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF823D is #307DC2. Grayscale: #919191. Windows color (decimal): -3177923 or 4031183. OLE color: 4031183.

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

Color convert

RGB20713061-
CMYK00.370.710.19
HSL28.36º60.33%52.55%-
HSV(B)28.36º70.53%81.18%-
XYZ34.5629.578.3-
YUV145.1680.51172.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.01%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 61 (24.22% from 255) = 15.33%
R=52.01%
G=32.66%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071306100.370.710.1928.3660.3352.55
HexCF823D02547131c3c35
Octal3172027504510723347465
Binary1100111110000010111101010010110001111001111100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF823D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF823D; }

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

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

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

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

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

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

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

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