Html Css Color HEX #C88242 Peru

📋 copy color: '#C88242'

red 200 ◦ green 130 ◦ blue 66

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

Shades of Peru #C88242

Tints of Peru #C88242

RGB

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

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

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

R = 50.51%
G = 32.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C88242 (or 0xC88242) is known color: Peru. HEX triplet: C8, 82 and 42. RGB value is (200,130,66). Sum of RGB (Red+Green+Blue) = 200+130+66=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C88242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88242 is #377DBD. Grayscale: #8F8F8F. Windows color (decimal): -3636670 or 4358856. OLE color: 4358856.

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

Color convert

RGB 200 130 66 -
CMYK 0 0.35 0.67 0.22
HSL 28.66º 0.55% 0.52% -
HSV(B) 28.66º 0.67% 0.78% -
XYZ 32.79 28.64 8.95 -
YUV 143.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 200 130 66 0 0.35 0.67 0.22 28.66 0.55 0.52
Hex C8 82 42 0 23 43 16 1D 37 34
Octal 310 202 102 0 43 103 26 35 67 64
Binary 11001000 10000010 1000010 0 100011 1000011 10110 11101 110111 110100

Color Harmonies of #C88242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88242

Black with #C88242

Text Example


Text Example

White with #C88242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88242; }

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

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

background-color css

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

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

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

border-color css

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

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

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