Html Css Color HEX #CC8D4B Peru

📋 copy color: '#CC8D4B'

red 204 ◦ green 141 ◦ blue 75

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

Shades of Peru #CC8D4B

Tints of Peru #CC8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

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

R = 48.57%
G = 33.57%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC8D4B (or 0xCC8D4B) is known color: Peru. HEX triplet: CC, 8D and 4B. RGB value is (204,141,75). Sum of RGB (Red+Green+Blue) = 204+141+75=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D4B is #3372B4. Grayscale: #989898. Windows color (decimal): -3371701 or 4951500. OLE color: 4951500.

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

Color convert

RGB 204 141 75 -
CMYK 0 0.31 0.63 0.2
HSL 30.7º 0.56% 0.55% -
HSV(B) 30.7º 0.63% 0.8% -
XYZ 35.7 32.4 11.03 -
YUV 152.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 204 141 75 0 0.31 0.63 0.2 30.7 0.56 0.55
Hex CC 8D 4B 0 1F 3F 14 1F 38 37
Octal 314 215 113 0 37 77 24 37 70 67
Binary 11001100 10001101 1001011 0 11111 111111 10100 11111 111000 110111

Color Harmonies of #CC8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D4B

Black with #CC8D4B

Text Example


Text Example

White with #CC8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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