Html Css Color HEX #CC8A4B Peru

📋 copy color: '#CC8A4B'

red 204 ◦ green 138 ◦ blue 75

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

Shades of Peru #CC8A4B

Tints of Peru #CC8A4B

RGB

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

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

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

R = 48.92%
G = 33.09%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC8A4B (or 0xCC8A4B) is known color: Peru. HEX triplet: CC, 8A and 4B. RGB value is (204,138,75). Sum of RGB (Red+Green+Blue) = 204+138+75=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A4B is #3375B4. Grayscale: #969696. Windows color (decimal): -3372469 or 4950732. OLE color: 4950732.

HSL color Cylindrical-coordinate representation of color #CC8A4B: hue angle of 29.3º degrees, saturation: 0.56, 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 #CC8A4B is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 75 -
CMYK 0 0.32 0.63 0.2
HSL 29.3º 0.56% 0.55% -
HSV(B) 29.3º 0.63% 0.8% -
XYZ 35.26 31.52 10.88 -
YUV 150.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 204 138 75 0 0.32 0.63 0.2 29.3 0.56 0.55
Hex CC 8A 4B 0 20 3F 14 1D 38 37
Octal 314 212 113 0 40 77 24 35 70 67
Binary 11001100 10001010 1001011 0 100000 111111 10100 11101 111000 110111

Color Harmonies of #CC8A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A4B

Black with #CC8A4B

Text Example


Text Example

White with #CC8A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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