Html Css Color HEX #CE8B42 Peru

📋 copy color: '#CE8B42'

red 206 ◦ green 139 ◦ blue 66

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

Shades of Peru #CE8B42

Tints of Peru #CE8B42

RGB

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

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

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

R = 50.12%
G = 33.82%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8B42 (or 0xCE8B42) is known color: Peru. HEX triplet: CE, 8B and 42. RGB value is (206,139,66). Sum of RGB (Red+Green+Blue) = 206+139+66=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8B42 is #3174BD. Grayscale: #979797. Windows color (decimal): -3241150 or 4361166. OLE color: 4361166.

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

Color convert

RGB 206 139 66 -
CMYK 0 0.33 0.68 0.19
HSL 31.29º 0.59% 0.53% -
HSV(B) 31.29º 0.68% 0.81% -
XYZ 35.67 31.98 9.45 -
YUV 150.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 206 139 66 0 0.33 0.68 0.19 31.29 0.59 0.53
Hex CE 8B 42 0 21 44 13 1F 3B 35
Octal 316 213 102 0 41 104 23 37 73 65
Binary 11001110 10001011 1000010 0 100001 1000100 10011 11111 111011 110101

Color Harmonies of #CE8B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8B42

Black with #CE8B42

Text Example


Text Example

White with #CE8B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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