Html Css Color HEX #CE853F Peru

📋 copy color: '#CE853F'

red 206 ◦ green 133 ◦ blue 63

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

Shades of Peru #CE853F

Tints of Peru #CE853F

RGB

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

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

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

R = 51.24%
G = 33.08%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE853F (or 0xCE853F) is known color: Peru. HEX triplet: CE, 85 and 3F. RGB value is (206,133,63). Sum of RGB (Red+Green+Blue) = 206+133+63=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE853F is #317AC0. Grayscale: #939393. Windows color (decimal): -3242689 or 4163022. OLE color: 4163022.

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

Color convert

RGB 206 133 63 -
CMYK 0 0.35 0.69 0.19
HSL 29.37º 0.59% 0.53% -
HSV(B) 29.37º 0.69% 0.81% -
XYZ 34.74 30.26 8.71 -
YUV 146.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 206 133 63 0 0.35 0.69 0.19 29.37 0.59 0.53
Hex CE 85 3F 0 23 45 13 1D 3B 35
Octal 316 205 77 0 43 105 23 35 73 65
Binary 11001110 10000101 111111 0 100011 1000101 10011 11101 111011 110101

Color Harmonies of #CE853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE853F

Black with #CE853F

Text Example


Text Example

White with #CE853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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