Html Css Color HEX #CE843D Peru

📋 copy color: '#CE843D'

red 206 ◦ green 132 ◦ blue 61

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

Shades of Peru #CE843D

Tints of Peru #CE843D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

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

R = 51.63%
G = 33.08%
B = 15.29%

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

#CE843D (or 0xCE843D) is known color: Peru. HEX triplet: CE, 84 and 3D. RGB value is (206,132,61). Sum of RGB (Red+Green+Blue) = 206+132+61=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE843D is #317BC2. Grayscale: #929292. Windows color (decimal): -3242947 or 4031694. OLE color: 4031694.

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

Color convert

RGB 206 132 61 -
CMYK 0 0.36 0.70 0.19
HSL 29.38º 0.6% 0.52% -
HSV(B) 29.38º 0.7% 0.81% -
XYZ 34.55 29.96 8.38 -
YUV 146.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 206 132 61 0 0.36 0.70 0.19 29.38 0.6 0.52
Hex CE 84 3D 0 24 46 13 1D 3C 34
Octal 316 204 75 0 44 106 23 35 74 64
Binary 11001110 10000100 111101 0 100100 1000110 10011 11101 111100 110100

Color Harmonies of #CE843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE843D

Black with #CE843D

Text Example


Text Example

White with #CE843D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE843D; }

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

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

background-color css

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

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

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

border-color css

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

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

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