Html Css Color HEX #CE813B Peru

📋 copy color: '#CE813B'

red 206 ◦ green 129 ◦ blue 59

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

Shades of Peru #CE813B

Tints of Peru #CE813B

RGB

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

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

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

R = 52.28%
G = 32.74%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE813B (or 0xCE813B) is known color: Peru. HEX triplet: CE, 81 and 3B. RGB value is (206,129,59). Sum of RGB (Red+Green+Blue) = 206+129+59=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE813B is #317EC4. Grayscale: #909090. Windows color (decimal): -3243717 or 3899854. OLE color: 3899854.

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

Color convert

RGB 206 129 59 -
CMYK 0 0.37 0.71 0.19
HSL 28.57º 0.6% 0.52% -
HSV(B) 28.57º 0.71% 0.81% -
XYZ 34.09 29.14 7.96 -
YUV 144.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 206 129 59 0 0.37 0.71 0.19 28.57 0.6 0.52
Hex CE 81 3B 0 25 47 13 1D 3C 34
Octal 316 201 73 0 45 107 23 35 74 64
Binary 11001110 10000001 111011 0 100101 1000111 10011 11101 111100 110100

Color Harmonies of #CE813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE813B

Black with #CE813B

Text Example


Text Example

White with #CE813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE813B; }

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

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

background-color css

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

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

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

border-color css

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

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

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