Html Css Color HEX #CC864A Peru

📋 copy color: '#CC864A'

red 204 ◦ green 134 ◦ blue 74

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

Shades of Peru #CC864A

Tints of Peru #CC864A

RGB

 RED value IS 204 (80.08% from 255) = 49.51%

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 49.51%
G = 32.52%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC864A (or 0xCC864A) is known color: Peru. HEX triplet: CC, 86 and 4A. RGB value is (204,134,74). Sum of RGB (Red+Green+Blue) = 204+134+74=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC864A is #3379B5. Grayscale: #949494. Windows color (decimal): -3373494 or 4884172. OLE color: 4884172.

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

Color convert

RGB 204 134 74 -
CMYK 0 0.34 0.64 0.2
HSL 27.69º 0.56% 0.55% -
HSV(B) 27.69º 0.64% 0.8% -
XYZ 34.66 30.38 10.52 -
YUV 148.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 204 134 74 0 0.34 0.64 0.2 27.69 0.56 0.55
Hex CC 86 4A 0 22 40 14 1C 38 37
Octal 314 206 112 0 42 100 24 34 70 67
Binary 11001100 10000110 1001010 0 100010 1000000 10100 11100 111000 110111

Color Harmonies of #CC864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC864A

Black with #CC864A

Text Example


Text Example

White with #CC864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC864A; }

 p { color: rgb(204,134,74); }

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

background-color css

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

 a { background-color: rgb(204,134,74); }

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

border-color css

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

 span { border-color: rgb(204,134,74); }

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