Html Css Color HEX #CB8A40 Peru

📋 copy color: '#CB8A40'

red 203 ◦ green 138 ◦ blue 64

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

Shades of Peru #CB8A40

Tints of Peru #CB8A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 50.12%
G = 34.07%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB8A40 (or 0xCB8A40) is known color: Peru. HEX triplet: CB, 8A and 40. RGB value is (203,138,64). Sum of RGB (Red+Green+Blue) = 203+138+64=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A40 is #3475BF. Grayscale: #959595. Windows color (decimal): -3438016 or 4229835. OLE color: 4229835.

HSL color Cylindrical-coordinate representation of color #CB8A40: hue angle of 31.94º 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 #CB8A40 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 138 64 -
CMYK 0 0.32 0.68 0.20
HSL 31.94º 0.57% 0.52% -
HSV(B) 31.94º 0.68% 0.8% -
XYZ 34.64 31.24 9.06 -
YUV 149 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 203 138 64 0 0.32 0.68 0.20 31.94 0.57 0.52
Hex CB 8A 40 0 20 44 14 20 39 34
Octal 313 212 100 0 40 104 24 40 71 64
Binary 11001011 10001010 1000000 0 100000 1000100 10100 100000 111001 110100

Color Harmonies of #CB8A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A40

Black with #CB8A40

Text Example


Text Example

White with #CB8A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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