Html Css Color HEX #CE833E Peru

📋 copy color: '#CE833E'

red 206 ◦ green 131 ◦ blue 62

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

Shades of Peru #CE833E

Tints of Peru #CE833E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 51.63%
G = 32.83%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE833E (or 0xCE833E) is known color: Peru. HEX triplet: CE, 83 and 3E. RGB value is (206,131,62). Sum of RGB (Red+Green+Blue) = 206+131+62=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE833E is #317CC1. Grayscale: #919191. Windows color (decimal): -3243202 or 4096974. OLE color: 4096974.

HSL color Cylindrical-coordinate representation of color #CE833E: hue angle of 28.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE833E is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 62 -
CMYK 0 0.36 0.70 0.19
HSL 28.75º 0.6% 0.53% -
HSV(B) 28.75º 0.7% 0.81% -
XYZ 34.44 29.7 8.48 -
YUV 145.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 206 131 62 0 0.36 0.70 0.19 28.75 0.6 0.53
Hex CE 83 3E 0 24 46 13 1D 3C 35
Octal 316 203 76 0 44 106 23 35 74 65
Binary 11001110 10000011 111110 0 100100 1000110 10011 11101 111100 110101

Color Harmonies of #CE833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE833E

Black with #CE833E

Text Example


Text Example

White with #CE833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE833E; }

 p { color: rgb(206,131,62); }

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

background-color css

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

 a { background-color: rgb(206,131,62); }

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

border-color css

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

 span { border-color: rgb(206,131,62); }

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