Html Css Color HEX #CC8B4B Peru

📋 copy color: '#CC8B4B'

red 204 ◦ green 139 ◦ blue 75

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

Shades of Peru #CC8B4B

Tints of Peru #CC8B4B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.25%

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

R = 48.8%
G = 33.25%
B = 17.94%

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

#CC8B4B (or 0xCC8B4B) is known color: Peru. HEX triplet: CC, 8B and 4B. RGB value is (204,139,75). Sum of RGB (Red+Green+Blue) = 204+139+75=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B4B is #3374B4. Grayscale: #979797. Windows color (decimal): -3372213 or 4950988. OLE color: 4950988.

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

Color convert

RGB 204 139 75 -
CMYK 0 0.32 0.63 0.2
HSL 29.77º 0.56% 0.55% -
HSV(B) 29.77º 0.63% 0.8% -
XYZ 35.4 31.81 10.93 -
YUV 151.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 204 139 75 0 0.32 0.63 0.2 29.77 0.56 0.55
Hex CC 8B 4B 0 20 3F 14 1E 38 37
Octal 314 213 113 0 40 77 24 36 70 67
Binary 11001100 10001011 1001011 0 100000 111111 10100 11110 111000 110111

Color Harmonies of #CC8B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B4B

Black with #CC8B4B

Text Example


Text Example

White with #CC8B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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