Html Css Color HEX #CB8041 Peru

📋 copy color: '#CB8041'

red 203 ◦ green 128 ◦ blue 65

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

Shades of Peru #CB8041

Tints of Peru #CB8041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

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

R = 51.26%
G = 32.32%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB8041 (or 0xCB8041) is known color: Peru. HEX triplet: CB, 80 and 41. RGB value is (203,128,65). Sum of RGB (Red+Green+Blue) = 203+128+65=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8041 is #347FBE. Grayscale: #8F8F8F. Windows color (decimal): -3440575 or 4292811. OLE color: 4292811.

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

Color convert

RGB 203 128 65 -
CMYK 0 0.37 0.68 0.20
HSL 27.39º 0.57% 0.53% -
HSV(B) 27.39º 0.68% 0.8% -
XYZ 33.3 28.52 8.75 -
YUV 143.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 203 128 65 0 0.37 0.68 0.20 27.39 0.57 0.53
Hex CB 80 41 0 25 44 14 1B 39 35
Octal 313 200 101 0 45 104 24 33 71 65
Binary 11001011 10000000 1000001 0 100101 1000100 10100 11011 111001 110101

Color Harmonies of #CB8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8041

Black with #CB8041

Text Example


Text Example

White with #CB8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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