Html Css Color HEX #CB8943 Peru

📋 copy color: '#CB8943'

red 203 ◦ green 137 ◦ blue 67

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

Shades of Peru #CB8943

Tints of Peru #CB8943

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

 BLUE value IS 67 (26.56% from 255) = 16.46%

R = 49.88%
G = 33.66%
B = 16.46%

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

#CB8943 (or 0xCB8943) is known color: Peru. HEX triplet: CB, 89 and 43. RGB value is (203,137,67). Sum of RGB (Red+Green+Blue) = 203+137+67=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8943 is #3476BC. Grayscale: #959595. Windows color (decimal): -3438269 or 4426187. OLE color: 4426187.

HSL color Cylindrical-coordinate representation of color #CB8943: hue angle of 30.88º degrees, saturation: 0.57, 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 #CB8943 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 137 67 -
CMYK 0 0.33 0.67 0.20
HSL 30.88º 0.57% 0.53% -
HSV(B) 30.88º 0.67% 0.8% -
XYZ 34.59 30.99 9.47 -
YUV 148.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 203 137 67 0 0.33 0.67 0.20 30.88 0.57 0.53
Hex CB 89 43 0 21 43 14 1F 39 35
Octal 313 211 103 0 41 103 24 37 71 65
Binary 11001011 10001001 1000011 0 100001 1000011 10100 11111 111001 110101

Color Harmonies of #CB8943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8943

Black with #CB8943

Text Example


Text Example

White with #CB8943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8943; }

 p { color: rgb(203,137,67); }

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

background-color css

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

 a { background-color: rgb(203,137,67); }

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

border-color css

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

 span { border-color: rgb(203,137,67); }

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