Html Css Color HEX #C8823D Peru

📋 copy color: '#C8823D'

red 200 ◦ green 130 ◦ blue 61

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

Shades of Peru #C8823D

Tints of Peru #C8823D

RGB

 RED value IS 200 (78.52% from 255) = 51.15%

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

 BLUE value IS 61 (24.22% from 255) = 15.6%

R = 51.15%
G = 33.25%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8823D (or 0xC8823D) is known color: Peru. HEX triplet: C8, 82 and 3D. RGB value is (200,130,61). Sum of RGB (Red+Green+Blue) = 200+130+61=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8823D is #377DC2. Grayscale: #8F8F8F. Windows color (decimal): -3636675 or 4031176. OLE color: 4031176.

HSL color Cylindrical-coordinate representation of color #C8823D: hue angle of 29.78º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8823D is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 61 -
CMYK 0 0.35 0.69 0.22
HSL 29.78º 0.56% 0.51% -
HSV(B) 29.78º 0.7% 0.78% -
XYZ 32.64 28.58 8.21 -
YUV 143.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 200 130 61 0 0.35 0.69 0.22 29.78 0.56 0.51
Hex C8 82 3D 0 23 45 16 1E 38 33
Octal 310 202 75 0 43 105 26 36 70 63
Binary 11001000 10000010 111101 0 100011 1000101 10110 11110 111000 110011

Color Harmonies of #C8823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8823D

Black with #C8823D

Text Example


Text Example

White with #C8823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8823D; }

 p { color: rgb(200,130,61); }

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

background-color css

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

 a { background-color: rgb(200,130,61); }

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

border-color css

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

 span { border-color: rgb(200,130,61); }

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