Html Css Color HEX #CE853B Peru

📋 copy color: '#CE853B'

red 206 ◦ green 133 ◦ blue 59

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

Shades of Peru #CE853B

Tints of Peru #CE853B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 51.76%
G = 33.42%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE853B (or 0xCE853B) is known color: Peru. HEX triplet: CE, 85 and 3B. RGB value is (206,133,59). Sum of RGB (Red+Green+Blue) = 206+133+59=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE853B is #317AC4. Grayscale: #929292. Windows color (decimal): -3242693 or 3900878. OLE color: 3900878.

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

Color convert

RGB 206 133 59 -
CMYK 0 0.35 0.71 0.19
HSL 30.2º 0.6% 0.52% -
HSV(B) 30.2º 0.71% 0.81% -
XYZ 34.63 30.21 8.14 -
YUV 146.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 206 133 59 0 0.35 0.71 0.19 30.2 0.6 0.52
Hex CE 85 3B 0 23 47 13 1E 3C 34
Octal 316 205 73 0 43 107 23 36 74 64
Binary 11001110 10000101 111011 0 100011 1000111 10011 11110 111100 110100

Color Harmonies of #CE853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE853B

Black with #CE853B

Text Example


Text Example

White with #CE853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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