Html Css Color HEX #CB8447 Peru

📋 copy color: '#CB8447'

red 203 ◦ green 132 ◦ blue 71

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

Shades of Peru #CB8447

Tints of Peru #CB8447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 50%
G = 32.51%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB8447 (or 0xCB8447) is known color: Peru. HEX triplet: CB, 84 and 47. RGB value is (203,132,71). Sum of RGB (Red+Green+Blue) = 203+132+71=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8447 is #347BB8. Grayscale: #929292. Windows color (decimal): -3439545 or 4687051. OLE color: 4687051.

HSL color Cylindrical-coordinate representation of color #CB8447: hue angle of 27.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB8447 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 132 71 -
CMYK 0 0.35 0.65 0.20
HSL 27.73º 0.56% 0.54% -
HSV(B) 27.73º 0.65% 0.8% -
XYZ 34.02 29.65 9.89 -
YUV 146.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 203 132 71 0 0.35 0.65 0.20 27.73 0.56 0.54
Hex CB 84 47 0 23 41 14 1C 38 36
Octal 313 204 107 0 43 101 24 34 70 66
Binary 11001011 10000100 1000111 0 100011 1000001 10100 11100 111000 110110

Color Harmonies of #CB8447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8447

Black with #CB8447

Text Example


Text Example

White with #CB8447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8447; }

 p { color: rgb(203,132,71); }

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

background-color css

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

 a { background-color: rgb(203,132,71); }

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

border-color css

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

 span { border-color: rgb(203,132,71); }

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