Html Css Color HEX #CE873F Peru

📋 copy color: '#CE873F'

red 206 ◦ green 135 ◦ blue 63

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

Shades of Peru #CE873F

Tints of Peru #CE873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.59%

R = 50.99%
G = 33.42%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE873F (or 0xCE873F) is known color: Peru. HEX triplet: CE, 87 and 3F. RGB value is (206,135,63). Sum of RGB (Red+Green+Blue) = 206+135+63=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE873F is #3178C0. Grayscale: #949494. Windows color (decimal): -3242177 or 4163534. OLE color: 4163534.

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

Color convert

RGB 206 135 63 -
CMYK 0 0.34 0.69 0.19
HSL 30.21º 0.59% 0.53% -
HSV(B) 30.21º 0.69% 0.81% -
XYZ 35.01 30.81 8.8 -
YUV 148.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 206 135 63 0 0.34 0.69 0.19 30.21 0.59 0.53
Hex CE 87 3F 0 22 45 13 1E 3B 35
Octal 316 207 77 0 42 105 23 36 73 65
Binary 11001110 10000111 111111 0 100010 1000101 10011 11110 111011 110101

Color Harmonies of #CE873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE873F

Black with #CE873F

Text Example


Text Example

White with #CE873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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