Html Css Color HEX #CB8445 Peru

📋 copy color: '#CB8445'

red 203 ◦ green 132 ◦ blue 69

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

Shades of Peru #CB8445

Tints of Peru #CB8445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 50.25%
G = 32.67%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB8445 (or 0xCB8445) is known color: Peru. HEX triplet: CB, 84 and 45. RGB value is (203,132,69). Sum of RGB (Red+Green+Blue) = 203+132+69=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8445 is #347BBA. Grayscale: #929292. Windows color (decimal): -3439547 or 4555979. OLE color: 4555979.

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

Color convert

RGB 203 132 69 -
CMYK 0 0.35 0.66 0.20
HSL 28.21º 0.56% 0.53% -
HSV(B) 28.21º 0.66% 0.8% -
XYZ 33.95 29.63 9.56 -
YUV 146.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 203 132 69 0 0.35 0.66 0.20 28.21 0.56 0.53
Hex CB 84 45 0 23 42 14 1C 38 35
Octal 313 204 105 0 43 102 24 34 70 65
Binary 11001011 10000100 1000101 0 100011 1000010 10100 11100 111000 110101

Color Harmonies of #CB8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8445

Black with #CB8445

Text Example


Text Example

White with #CB8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8445; }

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

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

background-color css

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

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

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

border-color css

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

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

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