Html Css Color HEX #CB8848 Peru

📋 copy color: '#CB8848'

red 203 ◦ green 136 ◦ blue 72

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

Shades of Peru #CB8848

Tints of Peru #CB8848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 72 (28.52% from 255) = 17.52%

R = 49.39%
G = 33.09%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB8848 (or 0xCB8848) is known color: Peru. HEX triplet: CB, 88 and 48. RGB value is (203,136,72). Sum of RGB (Red+Green+Blue) = 203+136+72=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8848 is #3477B7. Grayscale: #959595. Windows color (decimal): -3438520 or 4753611. OLE color: 4753611.

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

Color convert

RGB 203 136 72 -
CMYK 0 0.33 0.65 0.20
HSL 29.31º 0.56% 0.54% -
HSV(B) 29.31º 0.65% 0.8% -
XYZ 34.6 30.77 10.25 -
YUV 148.74 84.7 166.7 -
System Red Green Blue C M Y K H S L
Decimal 203 136 72 0 0.33 0.65 0.20 29.31 0.56 0.54
Hex CB 88 48 0 21 41 14 1D 38 36
Octal 313 210 110 0 41 101 24 35 70 66
Binary 11001011 10001000 1001000 0 100001 1000001 10100 11101 111000 110110

Color Harmonies of #CB8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8848

Black with #CB8848

Text Example


Text Example

White with #CB8848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8848; }

 p { color: rgb(203,136,72); }

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

background-color css

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

 a { background-color: rgb(203,136,72); }

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

border-color css

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

 span { border-color: rgb(203,136,72); }

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