Html Css Color HEX #CE823E Peru

📋 copy color: '#CE823E'

red 206 ◦ green 130 ◦ blue 62

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

Shades of Peru #CE823E

Tints of Peru #CE823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 62 (24.61% from 255) = 15.58%

R = 51.76%
G = 32.66%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE823E (or 0xCE823E) is known color: Peru. HEX triplet: CE, 82 and 3E. RGB value is (206,130,62). Sum of RGB (Red+Green+Blue) = 206+130+62=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE823E is #317DC1. Grayscale: #919191. Windows color (decimal): -3243458 or 4096718. OLE color: 4096718.

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

Color convert

RGB 206 130 62 -
CMYK 0 0.37 0.70 0.19
HSL 28.33º 0.6% 0.53% -
HSV(B) 28.33º 0.7% 0.81% -
XYZ 34.31 29.43 8.43 -
YUV 144.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 206 130 62 0 0.37 0.70 0.19 28.33 0.6 0.53
Hex CE 82 3E 0 25 46 13 1C 3C 35
Octal 316 202 76 0 45 106 23 34 74 65
Binary 11001110 10000010 111110 0 100101 1000110 10011 11100 111100 110101

Color Harmonies of #CE823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE823E

Black with #CE823E

Text Example


Text Example

White with #CE823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE823E; }

 p { color: rgb(206,130,62); }

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

background-color css

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

 a { background-color: rgb(206,130,62); }

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

border-color css

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

 span { border-color: rgb(206,130,62); }

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