Html Css Color HEX #CB8648 Peru

📋 copy color: '#CB8648'

red 203 ◦ green 134 ◦ blue 72

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

Shades of Peru #CB8648

Tints of Peru #CB8648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

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

R = 49.63%
G = 32.76%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB8648 (or 0xCB8648) is known color: Peru. HEX triplet: CB, 86 and 48. RGB value is (203,134,72). Sum of RGB (Red+Green+Blue) = 203+134+72=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8648 is #3479B7. Grayscale: #939393. Windows color (decimal): -3439032 or 4753099. OLE color: 4753099.

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

Color convert

RGB 203 134 72 -
CMYK 0 0.34 0.65 0.20
HSL 28.4º 0.56% 0.54% -
HSV(B) 28.4º 0.65% 0.8% -
XYZ 34.32 30.21 10.15 -
YUV 147.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 203 134 72 0 0.34 0.65 0.20 28.4 0.56 0.54
Hex CB 86 48 0 22 41 14 1C 38 36
Octal 313 206 110 0 42 101 24 34 70 66
Binary 11001011 10000110 1001000 0 100010 1000001 10100 11100 111000 110110

Color Harmonies of #CB8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8648

Black with #CB8648

Text Example


Text Example

White with #CB8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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