Html Css Color HEX #CE874B Peru

📋 copy color: '#CE874B'

red 206 ◦ green 135 ◦ blue 75

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

Shades of Peru #CE874B

Tints of Peru #CE874B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.03%

R = 49.52%
G = 32.45%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE874B (or 0xCE874B) is known color: Peru. HEX triplet: CE, 87 and 4B. RGB value is (206,135,75). Sum of RGB (Red+Green+Blue) = 206+135+75=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE874B is #3178B4. Grayscale: #959595. Windows color (decimal): -3242165 or 4949966. OLE color: 4949966.

HSL color Cylindrical-coordinate representation of color #CE874B: hue angle of 27.48º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE874B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 135 75 -
CMYK 0 0.34 0.64 0.19
HSL 27.48º 0.57% 0.55% -
HSV(B) 27.48º 0.64% 0.81% -
XYZ 35.39 30.96 10.77 -
YUV 149.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 206 135 75 0 0.34 0.64 0.19 27.48 0.57 0.55
Hex CE 87 4B 0 22 40 13 1B 39 37
Octal 316 207 113 0 42 100 23 33 71 67
Binary 11001110 10000111 1001011 0 100010 1000000 10011 11011 111001 110111

Color Harmonies of #CE874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE874B

Black with #CE874B

Text Example


Text Example

White with #CE874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE874B; }

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

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

background-color css

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

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

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

border-color css

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

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

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