Html Css Color HEX #CE7F3F Peru

📋 copy color: '#CE7F3F'

red 206 ◦ green 127 ◦ blue 63

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

Shades of Peru #CE7F3F

Tints of Peru #CE7F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

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

R = 52.02%
G = 32.07%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE7F3F (or 0xCE7F3F) is known color: Peru. HEX triplet: CE, 7F and 3F. RGB value is (206,127,63). Sum of RGB (Red+Green+Blue) = 206+127+63=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F3F is #3180C0. Grayscale: #8F8F8F. Windows color (decimal): -3244225 or 4161486. OLE color: 4161486.

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

Color convert

RGB 206 127 63 -
CMYK 0 0.38 0.69 0.19
HSL 26.85º 0.59% 0.53% -
HSV(B) 26.85º 0.69% 0.81% -
XYZ 33.94 28.66 8.45 -
YUV 143.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 206 127 63 0 0.38 0.69 0.19 26.85 0.59 0.53
Hex CE 7F 3F 0 26 45 13 1B 3B 35
Octal 316 177 77 0 46 105 23 33 73 65
Binary 11001110 1111111 111111 0 100110 1000101 10011 11011 111011 110101

Color Harmonies of #CE7F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F3F

Black with #CE7F3F

Text Example


Text Example

White with #CE7F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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