Html Css Color HEX #CE823F Peru

📋 copy color: '#CE823F'

red 206 ◦ green 130 ◦ blue 63

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

Shades of Peru #CE823F

Tints of Peru #CE823F

RGB

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

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

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

R = 51.63%
G = 32.58%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE823F (or 0xCE823F) is known color: Peru. HEX triplet: CE, 82 and 3F. RGB value is (206,130,63). Sum of RGB (Red+Green+Blue) = 206+130+63=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE823F is #317DC0. Grayscale: #919191. Windows color (decimal): -3243457 or 4162254. OLE color: 4162254.

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

Color convert

RGB 206 130 63 -
CMYK 0 0.37 0.69 0.19
HSL 28.11º 0.59% 0.53% -
HSV(B) 28.11º 0.69% 0.81% -
XYZ 34.33 29.45 8.58 -
YUV 145.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 206 130 63 0 0.37 0.69 0.19 28.11 0.59 0.53
Hex CE 82 3F 0 25 45 13 1C 3B 35
Octal 316 202 77 0 45 105 23 34 73 65
Binary 11001110 10000010 111111 0 100101 1000101 10011 11100 111011 110101

Color Harmonies of #CE823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE823F

Black with #CE823F

Text Example


Text Example

White with #CE823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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