Html Css Color HEX #CE813D Peru

📋 copy color: '#CE813D'

red 206 ◦ green 129 ◦ blue 61

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

Shades of Peru #CE813D

Tints of Peru #CE813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

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

R = 52.02%
G = 32.58%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE813D (or 0xCE813D) is known color: Peru. HEX triplet: CE, 81 and 3D. RGB value is (206,129,61). Sum of RGB (Red+Green+Blue) = 206+129+61=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE813D is #317EC2. Grayscale: #909090. Windows color (decimal): -3243715 or 4030926. OLE color: 4030926.

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

Color convert

RGB 206 129 61 -
CMYK 0 0.37 0.70 0.19
HSL 28.14º 0.6% 0.52% -
HSV(B) 28.14º 0.7% 0.81% -
XYZ 34.15 29.16 8.24 -
YUV 144.27 81.01 172.03 -
System Red Green Blue C M Y K H S L
Decimal 206 129 61 0 0.37 0.70 0.19 28.14 0.6 0.52
Hex CE 81 3D 0 25 46 13 1C 3C 34
Octal 316 201 75 0 45 106 23 34 74 64
Binary 11001110 10000001 111101 0 100101 1000110 10011 11100 111100 110100

Color Harmonies of #CE813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE813D

Black with #CE813D

Text Example


Text Example

White with #CE813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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