Html Css Color HEX #CE803B Peru

📋 copy color: '#CE803B'

red 206 ◦ green 128 ◦ blue 59

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

Shades of Peru #CE803B

Tints of Peru #CE803B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

 BLUE value IS 59 (23.44% from 255) = 15.01%

R = 52.42%
G = 32.57%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE803B (or 0xCE803B) is known color: Peru. HEX triplet: CE, 80 and 3B. RGB value is (206,128,59). Sum of RGB (Red+Green+Blue) = 206+128+59=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE803B is #317FC4. Grayscale: #8F8F8F. Windows color (decimal): -3243973 or 3899598. OLE color: 3899598.

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

Color convert

RGB 206 128 59 -
CMYK 0 0.38 0.71 0.19
HSL 28.16º 0.6% 0.52% -
HSV(B) 28.16º 0.71% 0.81% -
XYZ 33.96 28.88 7.92 -
YUV 143.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 206 128 59 0 0.38 0.71 0.19 28.16 0.6 0.52
Hex CE 80 3B 0 26 47 13 1C 3C 34
Octal 316 200 73 0 46 107 23 34 74 64
Binary 11001110 10000000 111011 0 100110 1000111 10011 11100 111100 110100

Color Harmonies of #CE803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE803B

Black with #CE803B

Text Example


Text Example

White with #CE803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE803B; }

 p { color: rgb(206,128,59); }

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

background-color css

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

 a { background-color: rgb(206,128,59); }

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

border-color css

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

 span { border-color: rgb(206,128,59); }

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