Html Css Color HEX #CB863F Peru

📋 copy color: '#CB863F'

red 203 ◦ green 134 ◦ blue 63

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

Shades of Peru #CB863F

Tints of Peru #CB863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 50.75%
G = 33.5%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB863F (or 0xCB863F) is known color: Peru. HEX triplet: CB, 86 and 3F. RGB value is (203,134,63). Sum of RGB (Red+Green+Blue) = 203+134+63=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB863F is #3479C0. Grayscale: #929292. Windows color (decimal): -3439041 or 4163275. OLE color: 4163275.

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

Color convert

RGB 203 134 63 -
CMYK 0 0.34 0.69 0.20
HSL 30.43º 0.57% 0.52% -
HSV(B) 30.43º 0.69% 0.8% -
XYZ 34.05 30.11 8.72 -
YUV 146.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 203 134 63 0 0.34 0.69 0.20 30.43 0.57 0.52
Hex CB 86 3F 0 22 45 14 1E 39 34
Octal 313 206 77 0 42 105 24 36 71 64
Binary 11001011 10000110 111111 0 100010 1000101 10100 11110 111001 110100

Color Harmonies of #CB863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB863F

Black with #CB863F

Text Example


Text Example

White with #CB863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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