Html Css Color HEX #CE843F Peru

📋 copy color: '#CE843F'

red 206 ◦ green 132 ◦ blue 63

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

Shades of Peru #CE843F

Tints of Peru #CE843F

RGB

 RED value IS 206 (80.86% from 255) = 51.37%

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 51.37%
G = 32.92%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE843F (or 0xCE843F) is known color: Peru. HEX triplet: CE, 84 and 3F. RGB value is (206,132,63). Sum of RGB (Red+Green+Blue) = 206+132+63=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE843F is #317BC0. Grayscale: #929292. Windows color (decimal): -3242945 or 4162766. OLE color: 4162766.

HSL color Cylindrical-coordinate representation of color #CE843F: hue angle of 28.95º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE843F is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 63 -
CMYK 0 0.36 0.69 0.19
HSL 28.95º 0.59% 0.53% -
HSV(B) 28.95º 0.69% 0.81% -
XYZ 34.6 29.98 8.67 -
YUV 146.26 81.02 170.61 -
System Red Green Blue C M Y K H S L
Decimal 206 132 63 0 0.36 0.69 0.19 28.95 0.59 0.53
Hex CE 84 3F 0 24 45 13 1D 3B 35
Octal 316 204 77 0 44 105 23 35 73 65
Binary 11001110 10000100 111111 0 100100 1000101 10011 11101 111011 110101

Color Harmonies of #CE843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE843F

Black with #CE843F

Text Example


Text Example

White with #CE843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE843F; }

 p { color: rgb(206,132,63); }

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

background-color css

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

 a { background-color: rgb(206,132,63); }

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

border-color css

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

 span { border-color: rgb(206,132,63); }

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