Html Css Color HEX #CE853D Peru

📋 copy color: '#CE853D'

red 206 ◦ green 133 ◦ blue 61

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

Shades of Peru #CE853D

Tints of Peru #CE853D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.25%

R = 51.5%
G = 33.25%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE853D (or 0xCE853D) is known color: Peru. HEX triplet: CE, 85 and 3D. RGB value is (206,133,61). Sum of RGB (Red+Green+Blue) = 206+133+61=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE853D is #317AC2. Grayscale: #929292. Windows color (decimal): -3242691 or 4031950. OLE color: 4031950.

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

Color convert

RGB 206 133 61 -
CMYK 0 0.35 0.70 0.19
HSL 29.79º 0.6% 0.52% -
HSV(B) 29.79º 0.7% 0.81% -
XYZ 34.68 30.23 8.42 -
YUV 146.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 206 133 61 0 0.35 0.70 0.19 29.79 0.6 0.52
Hex CE 85 3D 0 23 46 13 1E 3C 34
Octal 316 205 75 0 43 106 23 36 74 64
Binary 11001110 10000101 111101 0 100011 1000110 10011 11110 111100 110100

Color Harmonies of #CE853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE853D

Black with #CE853D

Text Example


Text Example

White with #CE853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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