Html Css Color HEX #CE8242 Peru

📋 copy color: '#CE8242'

red 206 ◦ green 130 ◦ blue 66

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

Shades of Peru #CE8242

Tints of Peru #CE8242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

 BLUE value IS 66 (26.17% from 255) = 16.42%

R = 51.24%
G = 32.34%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8242 (or 0xCE8242) is known color: Peru. HEX triplet: CE, 82 and 42. RGB value is (206,130,66). Sum of RGB (Red+Green+Blue) = 206+130+66=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8242 is #317DBD. Grayscale: #919191. Windows color (decimal): -3243454 or 4358862. OLE color: 4358862.

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

Color convert

RGB 206 130 66 -
CMYK 0 0.37 0.68 0.19
HSL 27.43º 0.59% 0.53% -
HSV(B) 27.43º 0.68% 0.81% -
XYZ 34.42 29.48 9.03 -
YUV 145.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 206 130 66 0 0.37 0.68 0.19 27.43 0.59 0.53
Hex CE 82 42 0 25 44 13 1B 3B 35
Octal 316 202 102 0 45 104 23 33 73 65
Binary 11001110 10000010 1000010 0 100101 1000100 10011 11011 111011 110101

Color Harmonies of #CE8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8242

Black with #CE8242

Text Example


Text Example

White with #CE8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8242; }

 p { color: rgb(206,130,66); }

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

background-color css

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

 a { background-color: rgb(206,130,66); }

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

border-color css

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

 span { border-color: rgb(206,130,66); }

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