Html Css Color HEX #CF833F Peru

📋 copy color: '#CF833F'

red 207 ◦ green 131 ◦ blue 63

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

Shades of Peru #CF833F

Tints of Peru #CF833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

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

R = 51.62%
G = 32.67%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF833F (or 0xCF833F) is known color: Peru. HEX triplet: CF, 83 and 3F. RGB value is (207,131,63). Sum of RGB (Red+Green+Blue) = 207+131+63=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF833F is #307CC0. Grayscale: #929292. Windows color (decimal): -3177665 or 4162511. OLE color: 4162511.

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

Color convert

RGB 207 131 63 -
CMYK 0 0.37 0.70 0.19
HSL 28.33º 0.6% 0.53% -
HSV(B) 28.33º 0.7% 0.81% -
XYZ 34.75 29.86 8.63 -
YUV 145.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 207 131 63 0 0.37 0.70 0.19 28.33 0.6 0.53
Hex CF 83 3F 0 25 46 13 1C 3C 35
Octal 317 203 77 0 45 106 23 34 74 65
Binary 11001111 10000011 111111 0 100101 1000110 10011 11100 111100 110101

Color Harmonies of #CF833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF833F

Black with #CF833F

Text Example


Text Example

White with #CF833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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