Html Css Color HEX #CE884A Peru

📋 copy color: '#CE884A'

red 206 ◦ green 136 ◦ blue 74

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

Shades of Peru #CE884A

Tints of Peru #CE884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 49.52%
G = 32.69%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE884A (or 0xCE884A) is known color: Peru. HEX triplet: CE, 88 and 4A. RGB value is (206,136,74). Sum of RGB (Red+Green+Blue) = 206+136+74=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE884A is #3177B5. Grayscale: #969696. Windows color (decimal): -3241910 or 4884686. OLE color: 4884686.

HSL color Cylindrical-coordinate representation of color #CE884A: hue angle of 28.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE884A is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 136 74 -
CMYK 0 0.34 0.64 0.19
HSL 28.18º 0.57% 0.55% -
HSV(B) 28.18º 0.64% 0.81% -
XYZ 35.49 31.22 10.63 -
YUV 149.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 206 136 74 0 0.34 0.64 0.19 28.18 0.57 0.55
Hex CE 88 4A 0 22 40 13 1C 39 37
Octal 316 210 112 0 42 100 23 34 71 67
Binary 11001110 10001000 1001010 0 100010 1000000 10011 11100 111001 110111

Color Harmonies of #CE884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE884A

Black with #CE884A

Text Example


Text Example

White with #CE884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE884A; }

 p { color: rgb(206,136,74); }

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

background-color css

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

 a { background-color: rgb(206,136,74); }

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

border-color css

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

 span { border-color: rgb(206,136,74); }

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