Html Css Color HEX #CE843E Peru

📋 copy color: '#CE843E'

red 206 ◦ green 132 ◦ blue 62

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

Shades of Peru #CE843E

Tints of Peru #CE843E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 51.5%
G = 33%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE843E (or 0xCE843E) is known color: Peru. HEX triplet: CE, 84 and 3E. RGB value is (206,132,62). Sum of RGB (Red+Green+Blue) = 206+132+62=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE843E is #317BC1. Grayscale: #929292. Windows color (decimal): -3242946 or 4097230. OLE color: 4097230.

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

Color convert

RGB 206 132 62 -
CMYK 0 0.36 0.70 0.19
HSL 29.17º 0.6% 0.53% -
HSV(B) 29.17º 0.7% 0.81% -
XYZ 34.57 29.97 8.52 -
YUV 146.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 206 132 62 0 0.36 0.70 0.19 29.17 0.6 0.53
Hex CE 84 3E 0 24 46 13 1D 3C 35
Octal 316 204 76 0 44 106 23 35 74 65
Binary 11001110 10000100 111110 0 100100 1000110 10011 11101 111100 110101

Color Harmonies of #CE843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE843E

Black with #CE843E

Text Example


Text Example

White with #CE843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE843E; }

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

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

background-color css

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

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

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

border-color css

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

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

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