Html Css Color HEX #CE873C Peru

📋 copy color: '#CE873C'

red 206 ◦ green 135 ◦ blue 60

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

Shades of Peru #CE873C

Tints of Peru #CE873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.67%

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 51.37%
G = 33.67%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE873C (or 0xCE873C) is known color: Peru. HEX triplet: CE, 87 and 3C. RGB value is (206,135,60). Sum of RGB (Red+Green+Blue) = 206+135+60=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE873C is #3178C3. Grayscale: #949494. Windows color (decimal): -3242180 or 3966926. OLE color: 3966926.

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

Color convert

RGB 206 135 60 -
CMYK 0 0.34 0.71 0.19
HSL 30.82º 0.6% 0.52% -
HSV(B) 30.82º 0.71% 0.81% -
XYZ 34.93 30.78 8.37 -
YUV 147.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 206 135 60 0 0.34 0.71 0.19 30.82 0.6 0.52
Hex CE 87 3C 0 22 47 13 1F 3C 34
Octal 316 207 74 0 42 107 23 37 74 64
Binary 11001110 10000111 111100 0 100010 1000111 10011 11111 111100 110100

Color Harmonies of #CE873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE873C

Black with #CE873C

Text Example


Text Example

White with #CE873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE873C; }

 p { color: rgb(206,135,60); }

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

background-color css

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

 a { background-color: rgb(206,135,60); }

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

border-color css

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

 span { border-color: rgb(206,135,60); }

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