Html Css Color HEX #CE853A Peru

📋 copy color: '#CE853A'

red 206 ◦ green 133 ◦ blue 58

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

Shades of Peru #CE853A

Tints of Peru #CE853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 51.89%
G = 33.5%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE853A (or 0xCE853A) is known color: Peru. HEX triplet: CE, 85 and 3A. RGB value is (206,133,58). Sum of RGB (Red+Green+Blue) = 206+133+58=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE853A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE853A is #317AC5. Grayscale: #929292. Windows color (decimal): -3242694 or 3835342. OLE color: 3835342.

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

Color convert

RGB 206 133 58 -
CMYK 0 0.35 0.72 0.19
HSL 30.41º 0.6% 0.52% -
HSV(B) 30.41º 0.72% 0.81% -
XYZ 34.6 30.2 8.01 -
YUV 146.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 206 133 58 0 0.35 0.72 0.19 30.41 0.6 0.52
Hex CE 85 3A 0 23 48 13 1E 3C 34
Octal 316 205 72 0 43 110 23 36 74 64
Binary 11001110 10000101 111010 0 100011 1001000 10011 11110 111100 110100

Color Harmonies of #CE853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE853A

Black with #CE853A

Text Example


Text Example

White with #CE853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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