Html Css Color HEX #CE8B3D Peru

📋 copy color: '#CE8B3D'

red 206 ◦ green 139 ◦ blue 61

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

Shades of Peru #CE8B3D

Tints of Peru #CE8B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 61 (24.22% from 255) = 15.02%

R = 50.74%
G = 34.24%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE8B3D (or 0xCE8B3D) is known color: Peru. HEX triplet: CE, 8B and 3D. RGB value is (206,139,61). Sum of RGB (Red+Green+Blue) = 206+139+61=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B3D is #3174C2. Grayscale: #969696. Windows color (decimal): -3241155 or 4033486. OLE color: 4033486.

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

Color convert

RGB 206 139 61 -
CMYK 0 0.33 0.70 0.19
HSL 32.28º 0.6% 0.52% -
HSV(B) 32.28º 0.7% 0.81% -
XYZ 35.53 31.92 8.7 -
YUV 150.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 206 139 61 0 0.33 0.70 0.19 32.28 0.6 0.52
Hex CE 8B 3D 0 21 46 13 20 3C 34
Octal 316 213 75 0 41 106 23 40 74 64
Binary 11001110 10001011 111101 0 100001 1000110 10011 100000 111100 110100

Color Harmonies of #CE8B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B3D

Black with #CE8B3D

Text Example


Text Example

White with #CE8B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B3D; }

 p { color: rgb(206,139,61); }

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

background-color css

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

 a { background-color: rgb(206,139,61); }

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

border-color css

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

 span { border-color: rgb(206,139,61); }

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