Html Css Color HEX #CF8648 Peru

📋 copy color: '#CF8648'

red 207 ◦ green 134 ◦ blue 72

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

Shades of Peru #CF8648

Tints of Peru #CF8648

RGB

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

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

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

R = 50.12%
G = 32.45%
B = 17.43%

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

#CF8648 (or 0xCF8648) is known color: Peru. HEX triplet: CF, 86 and 48. RGB value is (207,134,72). Sum of RGB (Red+Green+Blue) = 207+134+72=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8648 is #3079B7. Grayscale: #959595. Windows color (decimal): -3176888 or 4753103. OLE color: 4753103.

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

Color convert

RGB 207 134 72 -
CMYK 0 0.35 0.65 0.19
HSL 27.56º 0.58% 0.55% -
HSV(B) 27.56º 0.65% 0.81% -
XYZ 35.43 30.78 10.21 -
YUV 148.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 207 134 72 0 0.35 0.65 0.19 27.56 0.58 0.55
Hex CF 86 48 0 23 41 13 1C 3A 37
Octal 317 206 110 0 43 101 23 34 72 67
Binary 11001111 10000110 1001000 0 100011 1000001 10011 11100 111010 110111

Color Harmonies of #CF8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8648

Black with #CF8648

Text Example


Text Example

White with #CF8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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