Html Css Color HEX #C88142 Peru

📋 copy color: '#C88142'

red 200 ◦ green 129 ◦ blue 66

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

Shades of Peru #C88142

Tints of Peru #C88142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 50.63%
G = 32.66%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C88142 (or 0xC88142) is known color: Peru. HEX triplet: C8, 81 and 42. RGB value is (200,129,66). Sum of RGB (Red+Green+Blue) = 200+129+66=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C88142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88142 is #377EBD. Grayscale: #8F8F8F. Windows color (decimal): -3636926 or 4358600. OLE color: 4358600.

HSL color Cylindrical-coordinate representation of color #C88142: hue angle of 28.21º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C88142 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 66 -
CMYK 0 0.36 0.67 0.22
HSL 28.21º 0.55% 0.52% -
HSV(B) 28.21º 0.67% 0.78% -
XYZ 32.65 28.37 8.91 -
YUV 143.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 200 129 66 0 0.36 0.67 0.22 28.21 0.55 0.52
Hex C8 81 42 0 24 43 16 1C 37 34
Octal 310 201 102 0 44 103 26 34 67 64
Binary 11001000 10000001 1000010 0 100100 1000011 10110 11100 110111 110100

Color Harmonies of #C88142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88142

Black with #C88142

Text Example


Text Example

White with #C88142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88142; }

 p { color: rgb(200,129,66); }

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

background-color css

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

 a { background-color: rgb(200,129,66); }

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

border-color css

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

 span { border-color: rgb(200,129,66); }

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