Html Css Color HEX #CE873A Peru

📋 copy color: '#CE873A'

red 206 ◦ green 135 ◦ blue 58

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

Shades of Peru #CE873A

Tints of Peru #CE873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

 BLUE value IS 58 (23.05% from 255) = 14.54%

R = 51.63%
G = 33.83%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE873A (or 0xCE873A) is known color: Peru. HEX triplet: CE, 87 and 3A. RGB value is (206,135,58). Sum of RGB (Red+Green+Blue) = 206+135+58=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE873A is #3178C5. Grayscale: #939393. Windows color (decimal): -3242182 or 3835854. OLE color: 3835854.

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

Color convert

RGB 206 135 58 -
CMYK 0 0.34 0.72 0.19
HSL 31.22º 0.6% 0.52% -
HSV(B) 31.22º 0.72% 0.81% -
XYZ 34.88 30.76 8.1 -
YUV 147.45 77.52 169.76 -
System Red Green Blue C M Y K H S L
Decimal 206 135 58 0 0.34 0.72 0.19 31.22 0.6 0.52
Hex CE 87 3A 0 22 48 13 1F 3C 34
Octal 316 207 72 0 42 110 23 37 74 64
Binary 11001110 10000111 111010 0 100010 1001000 10011 11111 111100 110100

Color Harmonies of #CE873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE873A

Black with #CE873A

Text Example


Text Example

White with #CE873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE873A; }

 p { color: rgb(206,135,58); }

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

background-color css

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

 a { background-color: rgb(206,135,58); }

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

border-color css

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

 span { border-color: rgb(206,135,58); }

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