Html Css Color HEX #CE8C43 Peru

📋 copy color: '#CE8C43'

red 206 ◦ green 140 ◦ blue 67

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

Shades of Peru #CE8C43

Tints of Peru #CE8C43

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.9%

 BLUE value IS 67 (26.56% from 255) = 16.22%

R = 49.88%
G = 33.9%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE8C43 (or 0xCE8C43) is known color: Peru. HEX triplet: CE, 8C and 43. RGB value is (206,140,67). Sum of RGB (Red+Green+Blue) = 206+140+67=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C43 is #3173BC. Grayscale: #979797. Windows color (decimal): -3240893 or 4426958. OLE color: 4426958.

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

Color convert

RGB 206 140 67 -
CMYK 0 0.32 0.67 0.19
HSL 31.51º 0.59% 0.54% -
HSV(B) 31.51º 0.67% 0.81% -
XYZ 35.84 32.28 9.65 -
YUV 151.41 80.37 166.94 -
System Red Green Blue C M Y K H S L
Decimal 206 140 67 0 0.32 0.67 0.19 31.51 0.59 0.54
Hex CE 8C 43 0 20 43 13 20 3B 36
Octal 316 214 103 0 40 103 23 40 73 66
Binary 11001110 10001100 1000011 0 100000 1000011 10011 100000 111011 110110

Color Harmonies of #CE8C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C43

Black with #CE8C43

Text Example


Text Example

White with #CE8C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C43; }

 p { color: rgb(206,140,67); }

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

background-color css

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

 a { background-color: rgb(206,140,67); }

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

border-color css

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

 span { border-color: rgb(206,140,67); }

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