Html Css Color HEX #CE8C42 Peru

📋 copy color: '#CE8C42'

red 206 ◦ green 140 ◦ blue 66

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

Shades of Peru #CE8C42

Tints of Peru #CE8C42

RGB

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

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

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

R = 50%
G = 33.98%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8C42 (or 0xCE8C42) is known color: Peru. HEX triplet: CE, 8C and 42. RGB value is (206,140,66). Sum of RGB (Red+Green+Blue) = 206+140+66=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C42 is #3173BD. Grayscale: #979797. Windows color (decimal): -3240894 or 4361422. OLE color: 4361422.

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

Color convert

RGB 206 140 66 -
CMYK 0 0.32 0.68 0.19
HSL 31.71º 0.59% 0.53% -
HSV(B) 31.71º 0.68% 0.81% -
XYZ 35.82 32.27 9.5 -
YUV 151.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 206 140 66 0 0.32 0.68 0.19 31.71 0.59 0.53
Hex CE 8C 42 0 20 44 13 20 3B 35
Octal 316 214 102 0 40 104 23 40 73 65
Binary 11001110 10001100 1000010 0 100000 1000100 10011 100000 111011 110101

Color Harmonies of #CE8C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C42

Black with #CE8C42

Text Example


Text Example

White with #CE8C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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