Html Css Color HEX #CB8946 Peru

📋 copy color: '#CB8946'

red 203 ◦ green 137 ◦ blue 70

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

Shades of Peru #CB8946

Tints of Peru #CB8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 49.51%
G = 33.41%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB8946 (or 0xCB8946) is known color: Peru. HEX triplet: CB, 89 and 46. RGB value is (203,137,70). Sum of RGB (Red+Green+Blue) = 203+137+70=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8946 is #3476B9. Grayscale: #959595. Windows color (decimal): -3438266 or 4622795. OLE color: 4622795.

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

Color convert

RGB 203 137 70 -
CMYK 0 0.33 0.66 0.20
HSL 30.23º 0.56% 0.54% -
HSV(B) 30.23º 0.66% 0.8% -
XYZ 34.68 31.03 9.96 -
YUV 149.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 203 137 70 0 0.33 0.66 0.20 30.23 0.56 0.54
Hex CB 89 46 0 21 42 14 1E 38 36
Octal 313 211 106 0 41 102 24 36 70 66
Binary 11001011 10001001 1000110 0 100001 1000010 10100 11110 111000 110110

Color Harmonies of #CB8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8946

Black with #CB8946

Text Example


Text Example

White with #CB8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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