Html Css Color HEX #CB864B Peru

📋 copy color: '#CB864B'

red 203 ◦ green 134 ◦ blue 75

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

Shades of Peru #CB864B

Tints of Peru #CB864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 49.27%
G = 32.52%
B = 18.2%

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

#CB864B (or 0xCB864B) is known color: Peru. HEX triplet: CB, 86 and 4B. RGB value is (203,134,75). Sum of RGB (Red+Green+Blue) = 203+134+75=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB864B is #3479B4. Grayscale: #949494. Windows color (decimal): -3439029 or 4949707. OLE color: 4949707.

HSL color Cylindrical-coordinate representation of color #CB864B: hue angle of 27.66º 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 #CB864B is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 75 -
CMYK 0 0.34 0.63 0.20
HSL 27.66º 0.55% 0.55% -
HSV(B) 27.66º 0.63% 0.8% -
XYZ 34.42 30.25 10.68 -
YUV 147.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 203 134 75 0 0.34 0.63 0.20 27.66 0.55 0.55
Hex CB 86 4B 0 22 3F 14 1C 37 37
Octal 313 206 113 0 42 77 24 34 67 67
Binary 11001011 10000110 1001011 0 100010 111111 10100 11100 110111 110111

Color Harmonies of #CB864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB864B

Black with #CB864B

Text Example


Text Example

White with #CB864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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