Html Css Color HEX #CB8441 Peru

📋 copy color: '#CB8441'

red 203 ◦ green 132 ◦ blue 65

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

Shades of Peru #CB8441

Tints of Peru #CB8441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 50.75%
G = 33%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB8441 (or 0xCB8441) is known color: Peru. HEX triplet: CB, 84 and 41. RGB value is (203,132,65). Sum of RGB (Red+Green+Blue) = 203+132+65=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8441 is #347BBE. Grayscale: #919191. Windows color (decimal): -3439551 or 4293835. OLE color: 4293835.

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

Color convert

RGB 203 132 65 -
CMYK 0 0.35 0.68 0.20
HSL 29.13º 0.57% 0.53% -
HSV(B) 29.13º 0.68% 0.8% -
XYZ 33.83 29.58 8.93 -
YUV 145.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 203 132 65 0 0.35 0.68 0.20 29.13 0.57 0.53
Hex CB 84 41 0 23 44 14 1D 39 35
Octal 313 204 101 0 43 104 24 35 71 65
Binary 11001011 10000100 1000001 0 100011 1000100 10100 11101 111001 110101

Color Harmonies of #CB8441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8441

Black with #CB8441

Text Example


Text Example

White with #CB8441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8441; }

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

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

background-color css

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

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

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

border-color css

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

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

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