Html Css Color HEX #CF8649 Peru

📋 copy color: '#CF8649'

red 207 ◦ green 134 ◦ blue 73

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

Shades of Peru #CF8649

Tints of Peru #CF8649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 73 (28.91% from 255) = 17.63%

R = 50%
G = 32.37%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF8649 (or 0xCF8649) is known color: Peru. HEX triplet: CF, 86 and 49. RGB value is (207,134,73). Sum of RGB (Red+Green+Blue) = 207+134+73=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8649 is #3079B6. Grayscale: #959595. Windows color (decimal): -3176887 or 4818639. OLE color: 4818639.

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

Color convert

RGB 207 134 73 -
CMYK 0 0.35 0.65 0.19
HSL 27.31º 0.58% 0.55% -
HSV(B) 27.31º 0.65% 0.81% -
XYZ 35.46 30.8 10.38 -
YUV 148.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 207 134 73 0 0.35 0.65 0.19 27.31 0.58 0.55
Hex CF 86 49 0 23 41 13 1B 3A 37
Octal 317 206 111 0 43 101 23 33 72 67
Binary 11001111 10000110 1001001 0 100011 1000001 10011 11011 111010 110111

Color Harmonies of #CF8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8649

Black with #CF8649

Text Example


Text Example

White with #CF8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8649; }

 p { color: rgb(207,134,73); }

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

background-color css

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

 a { background-color: rgb(207,134,73); }

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

border-color css

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

 span { border-color: rgb(207,134,73); }

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