Html Css Color HEX #CC863A Peru

📋 copy color: '#CC863A'

red 204 ◦ green 134 ◦ blue 58

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

Shades of Peru #CC863A

Tints of Peru #CC863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 51.52%
G = 33.84%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC863A (or 0xCC863A) is known color: Peru. HEX triplet: CC, 86 and 3A. RGB value is (204,134,58). Sum of RGB (Red+Green+Blue) = 204+134+58=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC863A is #3379C5. Grayscale: #929292. Windows color (decimal): -3373510 or 3835596. OLE color: 3835596.

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

Color convert

RGB 204 134 58 -
CMYK 0 0.34 0.72 0.2
HSL 31.23º 0.59% 0.51% -
HSV(B) 31.23º 0.72% 0.8% -
XYZ 34.19 30.19 8.03 -
YUV 146.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 204 134 58 0 0.34 0.72 0.2 31.23 0.59 0.51
Hex CC 86 3A 0 22 48 14 1F 3B 33
Octal 314 206 72 0 42 110 24 37 73 63
Binary 11001100 10000110 111010 0 100010 1001000 10100 11111 111011 110011

Color Harmonies of #CC863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC863A

Black with #CC863A

Text Example


Text Example

White with #CC863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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