Html Css Color HEX #CB863C Peru

📋 copy color: '#CB863C'

red 203 ◦ green 134 ◦ blue 60

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

Shades of Peru #CB863C

Tints of Peru #CB863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 51.13%
G = 33.75%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB863C (or 0xCB863C) is known color: Peru. HEX triplet: CB, 86 and 3C. RGB value is (203,134,60). Sum of RGB (Red+Green+Blue) = 203+134+60=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB863C is #3479C3. Grayscale: #929292. Windows color (decimal): -3439044 or 3966667. OLE color: 3966667.

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

Color convert

RGB 203 134 60 -
CMYK 0 0.34 0.70 0.20
HSL 31.05º 0.58% 0.52% -
HSV(B) 31.05º 0.7% 0.8% -
XYZ 33.97 30.07 8.29 -
YUV 146.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 203 134 60 0 0.34 0.70 0.20 31.05 0.58 0.52
Hex CB 86 3C 0 22 46 14 1F 3A 34
Octal 313 206 74 0 42 106 24 37 72 64
Binary 11001011 10000110 111100 0 100010 1000110 10100 11111 111010 110100

Color Harmonies of #CB863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB863C

Black with #CB863C

Text Example


Text Example

White with #CB863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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