Html Css Color HEX #CB8A4D Peru

📋 copy color: '#CB8A4D'

red 203 ◦ green 138 ◦ blue 77

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

Shades of Peru #CB8A4D

Tints of Peru #CB8A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.42%

R = 48.56%
G = 33.01%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB8A4D (or 0xCB8A4D) is known color: Peru. HEX triplet: CB, 8A and 4D. RGB value is (203,138,77). Sum of RGB (Red+Green+Blue) = 203+138+77=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A4D is #3475B2. Grayscale: #969696. Windows color (decimal): -3438003 or 5081803. OLE color: 5081803.

HSL color Cylindrical-coordinate representation of color #CB8A4D: hue angle of 29.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB8A4D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 138 77 -
CMYK 0 0.32 0.62 0.20
HSL 29.05º 0.55% 0.55% -
HSV(B) 29.05º 0.62% 0.8% -
XYZ 35.06 31.41 11.24 -
YUV 150.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 203 138 77 0 0.32 0.62 0.20 29.05 0.55 0.55
Hex CB 8A 4D 0 20 3E 14 1D 37 37
Octal 313 212 115 0 40 76 24 35 67 67
Binary 11001011 10001010 1001101 0 100000 111110 10100 11101 110111 110111

Color Harmonies of #CB8A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A4D

Black with #CB8A4D

Text Example


Text Example

White with #CB8A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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