Html Css Color HEX #CB863A Peru

📋 copy color: '#CB863A'

red 203 ◦ green 134 ◦ blue 58

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

Shades of Peru #CB863A

Tints of Peru #CB863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 51.39%
G = 33.92%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB863A (or 0xCB863A) is known color: Peru. HEX triplet: CB, 86 and 3A. RGB value is (203,134,58). Sum of RGB (Red+Green+Blue) = 203+134+58=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB863A is #3479C5. Grayscale: #929292. Windows color (decimal): -3439046 or 3835595. OLE color: 3835595.

HSL color Cylindrical-coordinate representation of color #CB863A: hue angle of 31.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB863A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 58 -
CMYK 0 0.34 0.71 0.20
HSL 31.45º 0.58% 0.51% -
HSV(B) 31.45º 0.71% 0.8% -
XYZ 33.92 30.05 8.02 -
YUV 145.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 203 134 58 0 0.34 0.71 0.20 31.45 0.58 0.51
Hex CB 86 3A 0 22 47 14 1F 3A 33
Octal 313 206 72 0 42 107 24 37 72 63
Binary 11001011 10000110 111010 0 100010 1000111 10100 11111 111010 110011

Color Harmonies of #CB863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB863A

Black with #CB863A

Text Example


Text Example

White with #CB863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB863A; }

 p { color: rgb(203,134,58); }

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

background-color css

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

 a { background-color: rgb(203,134,58); }

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

border-color css

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

 span { border-color: rgb(203,134,58); }

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