Html Css Color HEX #C8833D Peru

📋 copy color: '#C8833D'

red 200 ◦ green 131 ◦ blue 61

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

Shades of Peru #C8833D

Tints of Peru #C8833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 51.02%
G = 33.42%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8833D (or 0xC8833D) is known color: Peru. HEX triplet: C8, 83 and 3D. RGB value is (200,131,61). Sum of RGB (Red+Green+Blue) = 200+131+61=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8833D is #377CC2. Grayscale: #909090. Windows color (decimal): -3636419 or 4031432. OLE color: 4031432.

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

Color convert

RGB 200 131 61 -
CMYK 0 0.34 0.69 0.22
HSL 30.22º 0.56% 0.51% -
HSV(B) 30.22º 0.7% 0.78% -
XYZ 32.78 28.85 8.26 -
YUV 143.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 200 131 61 0 0.34 0.69 0.22 30.22 0.56 0.51
Hex C8 83 3D 0 22 45 16 1E 38 33
Octal 310 203 75 0 42 105 26 36 70 63
Binary 11001000 10000011 111101 0 100010 1000101 10110 11110 111000 110011

Color Harmonies of #C8833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8833D

Black with #C8833D

Text Example


Text Example

White with #C8833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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