Html Css Color HEX #CE883F Peru

📋 copy color: '#CE883F'

red 206 ◦ green 136 ◦ blue 63

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

Shades of Peru #CE883F

Tints of Peru #CE883F

RGB

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

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

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

R = 50.86%
G = 33.58%
B = 15.56%

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

#CE883F (or 0xCE883F) is known color: Peru. HEX triplet: CE, 88 and 3F. RGB value is (206,136,63). Sum of RGB (Red+Green+Blue) = 206+136+63=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE883F is #3177C0. Grayscale: #949494. Windows color (decimal): -3241921 or 4163790. OLE color: 4163790.

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

Color convert

RGB 206 136 63 -
CMYK 0 0.34 0.69 0.19
HSL 30.63º 0.59% 0.53% -
HSV(B) 30.63º 0.69% 0.81% -
XYZ 35.15 31.09 8.85 -
YUV 148.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 206 136 63 0 0.34 0.69 0.19 30.63 0.59 0.53
Hex CE 88 3F 0 22 45 13 1F 3B 35
Octal 316 210 77 0 42 105 23 37 73 65
Binary 11001110 10001000 111111 0 100010 1000101 10011 11111 111011 110101

Color Harmonies of #CE883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE883F

Black with #CE883F

Text Example


Text Example

White with #CE883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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