Html Css Color HEX #CB8240 Peru

📋 copy color: '#CB8240'

red 203 ◦ green 130 ◦ blue 64

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

Shades of Peru #CB8240

Tints of Peru #CB8240

RGB

 RED value IS 203 (79.69% from 255) = 51.13%

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

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 51.13%
G = 32.75%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB8240 (or 0xCB8240) is known color: Peru. HEX triplet: CB, 82 and 40. RGB value is (203,130,64). Sum of RGB (Red+Green+Blue) = 203+130+64=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8240 is #347DBF. Grayscale: #909090. Windows color (decimal): -3440064 or 4227787. OLE color: 4227787.

HSL color Cylindrical-coordinate representation of color #CB8240: hue angle of 28.49º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB8240 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 64 -
CMYK 0 0.36 0.68 0.20
HSL 28.49º 0.57% 0.52% -
HSV(B) 28.49º 0.68% 0.8% -
XYZ 33.54 29.03 8.69 -
YUV 144.3 82.68 169.87 -
System Red Green Blue C M Y K H S L
Decimal 203 130 64 0 0.36 0.68 0.20 28.49 0.57 0.52
Hex CB 82 40 0 24 44 14 1C 39 34
Octal 313 202 100 0 44 104 24 34 71 64
Binary 11001011 10000010 1000000 0 100100 1000100 10100 11100 111001 110100

Color Harmonies of #CB8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8240

Black with #CB8240

Text Example


Text Example

White with #CB8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8240; }

 p { color: rgb(203,130,64); }

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

background-color css

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

 a { background-color: rgb(203,130,64); }

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

border-color css

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

 span { border-color: rgb(203,130,64); }

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