Html Css Color HEX #CE813F Peru

📋 copy color: '#CE813F'

red 206 ◦ green 129 ◦ blue 63

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

Shades of Peru #CE813F

Tints of Peru #CE813F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.83%

R = 51.76%
G = 32.41%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE813F (or 0xCE813F) is known color: Peru. HEX triplet: CE, 81 and 3F. RGB value is (206,129,63). Sum of RGB (Red+Green+Blue) = 206+129+63=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE813F is #317EC0. Grayscale: #909090. Windows color (decimal): -3243713 or 4161998. OLE color: 4161998.

HSL color Cylindrical-coordinate representation of color #CE813F: hue angle of 27.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE813F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 63 -
CMYK 0 0.37 0.69 0.19
HSL 27.69º 0.59% 0.53% -
HSV(B) 27.69º 0.69% 0.81% -
XYZ 34.2 29.18 8.53 -
YUV 144.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 206 129 63 0 0.37 0.69 0.19 27.69 0.59 0.53
Hex CE 81 3F 0 25 45 13 1C 3B 35
Octal 316 201 77 0 45 105 23 34 73 65
Binary 11001110 10000001 111111 0 100101 1000101 10011 11100 111011 110101

Color Harmonies of #CE813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE813F

Black with #CE813F

Text Example


Text Example

White with #CE813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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