Html Css Color HEX #CF863F Peru

📋 copy color: '#CF863F'

red 207 ◦ green 134 ◦ blue 63

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

Shades of Peru #CF863F

Tints of Peru #CF863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.59%

R = 51.24%
G = 33.17%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF863F (or 0xCF863F) is known color: Peru. HEX triplet: CF, 86 and 3F. RGB value is (207,134,63). Sum of RGB (Red+Green+Blue) = 207+134+63=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF863F is #3079C0. Grayscale: #949494. Windows color (decimal): -3176897 or 4163279. OLE color: 4163279.

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

Color convert

RGB 207 134 63 -
CMYK 0 0.35 0.70 0.19
HSL 29.58º 0.6% 0.53% -
HSV(B) 29.58º 0.7% 0.81% -
XYZ 35.15 30.67 8.77 -
YUV 147.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 207 134 63 0 0.35 0.70 0.19 29.58 0.6 0.53
Hex CF 86 3F 0 23 46 13 1E 3C 35
Octal 317 206 77 0 43 106 23 36 74 65
Binary 11001111 10000110 111111 0 100011 1000110 10011 11110 111100 110101

Color Harmonies of #CF863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF863F

Black with #CF863F

Text Example


Text Example

White with #CF863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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