Html Css Color HEX #CB864C Peru

📋 copy color: '#CB864C'

red 203 ◦ green 134 ◦ blue 76

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

Shades of Peru #CB864C

Tints of Peru #CB864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 49.15%
G = 32.45%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB864C (or 0xCB864C) is known color: Peru. HEX triplet: CB, 86 and 4C. RGB value is (203,134,76). Sum of RGB (Red+Green+Blue) = 203+134+76=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB864C is #3479B3. Grayscale: #949494. Windows color (decimal): -3439028 or 5015243. OLE color: 5015243.

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

Color convert

RGB 203 134 76 -
CMYK 0 0.34 0.63 0.20
HSL 27.4º 0.55% 0.55% -
HSV(B) 27.4º 0.63% 0.8% -
XYZ 34.46 30.27 10.86 -
YUV 148.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 203 134 76 0 0.34 0.63 0.20 27.4 0.55 0.55
Hex CB 86 4C 0 22 3F 14 1B 37 37
Octal 313 206 114 0 42 77 24 33 67 67
Binary 11001011 10000110 1001100 0 100010 111111 10100 11011 110111 110111

Color Harmonies of #CB864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB864C

Black with #CB864C

Text Example


Text Example

White with #CB864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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