Html Css Color HEX #CC8A3F Peru

📋 copy color: '#CC8A3F'

red 204 ◦ green 138 ◦ blue 63

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

Shades of Peru #CC8A3F

Tints of Peru #CC8A3F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 63 (25% from 255) = 15.56%

R = 50.37%
G = 34.07%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC8A3F (or 0xCC8A3F) is known color: Peru. HEX triplet: CC, 8A and 3F. RGB value is (204,138,63). Sum of RGB (Red+Green+Blue) = 204+138+63=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A3F is #3375C0. Grayscale: #959595. Windows color (decimal): -3372481 or 4164300. OLE color: 4164300.

HSL color Cylindrical-coordinate representation of color #CC8A3F: hue angle of 31.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC8A3F is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 63 -
CMYK 0 0.32 0.69 0.2
HSL 31.91º 0.58% 0.52% -
HSV(B) 31.91º 0.69% 0.8% -
XYZ 34.89 31.37 8.92 -
YUV 149.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 204 138 63 0 0.32 0.69 0.2 31.91 0.58 0.52
Hex CC 8A 3F 0 20 45 14 20 3A 34
Octal 314 212 77 0 40 105 24 40 72 64
Binary 11001100 10001010 111111 0 100000 1000101 10100 100000 111010 110100

Color Harmonies of #CC8A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A3F

Black with #CC8A3F

Text Example


Text Example

White with #CC8A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A3F; }

 p { color: rgb(204,138,63); }

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

background-color css

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

 a { background-color: rgb(204,138,63); }

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

border-color css

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

 span { border-color: rgb(204,138,63); }

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