Html Css Color HEX #CB8844 Peru

📋 copy color: '#CB8844'

red 203 ◦ green 136 ◦ blue 68

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

Shades of Peru #CB8844

Tints of Peru #CB8844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.71%

R = 49.88%
G = 33.42%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB8844 (or 0xCB8844) is known color: Peru. HEX triplet: CB, 88 and 44. RGB value is (203,136,68). Sum of RGB (Red+Green+Blue) = 203+136+68=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8844 is #3477BB. Grayscale: #949494. Windows color (decimal): -3438524 or 4491467. OLE color: 4491467.

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

Color convert

RGB 203 136 68 -
CMYK 0 0.33 0.67 0.20
HSL 30.22º 0.56% 0.53% -
HSV(B) 30.22º 0.67% 0.8% -
XYZ 34.48 30.72 9.58 -
YUV 148.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 203 136 68 0 0.33 0.67 0.20 30.22 0.56 0.53
Hex CB 88 44 0 21 43 14 1E 38 35
Octal 313 210 104 0 41 103 24 36 70 65
Binary 11001011 10001000 1000100 0 100001 1000011 10100 11110 111000 110101

Color Harmonies of #CB8844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8844

Black with #CB8844

Text Example


Text Example

White with #CB8844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8844; }

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

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

background-color css

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

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

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

border-color css

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

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

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