Html Css Color HEX #CF8E48 Peru

📋 copy color: '#CF8E48'

red 207 ◦ green 142 ◦ blue 72

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

Shades of Peru #CF8E48

Tints of Peru #CF8E48

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 72 (28.52% from 255) = 17.1%

R = 49.17%
G = 33.73%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF8E48 (or 0xCF8E48) is known color: Peru. HEX triplet: CF, 8E and 48. RGB value is (207,142,72). Sum of RGB (Red+Green+Blue) = 207+142+72=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E48 is #3071B7. Grayscale: #999999. Windows color (decimal): -3174840 or 4755151. OLE color: 4755151.

HSL color Cylindrical-coordinate representation of color #CF8E48: hue angle of 31.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF8E48 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 142 72 -
CMYK 0 0.31 0.65 0.19
HSL 31.11º 0.58% 0.55% -
HSV(B) 31.11º 0.65% 0.81% -
XYZ 36.57 33.08 10.59 -
YUV 153.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 207 142 72 0 0.31 0.65 0.19 31.11 0.58 0.55
Hex CF 8E 48 0 1F 41 13 1F 3A 37
Octal 317 216 110 0 37 101 23 37 72 67
Binary 11001111 10001110 1001000 0 11111 1000001 10011 11111 111010 110111

Color Harmonies of #CF8E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E48

Black with #CF8E48

Text Example


Text Example

White with #CF8E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E48; }

 p { color: rgb(207,142,72); }

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

background-color css

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

 a { background-color: rgb(207,142,72); }

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

border-color css

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

 span { border-color: rgb(207,142,72); }

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