Html Css Color HEX #CC8C4B Peru

📋 copy color: '#CC8C4B'

red 204 ◦ green 140 ◦ blue 75

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

Shades of Peru #CC8C4B

Tints of Peru #CC8C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

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

R = 48.69%
G = 33.41%
B = 17.9%

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

#CC8C4B (or 0xCC8C4B) is known color: Peru. HEX triplet: CC, 8C and 4B. RGB value is (204,140,75). Sum of RGB (Red+Green+Blue) = 204+140+75=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C4B is #3373B4. Grayscale: #989898. Windows color (decimal): -3371957 or 4951244. OLE color: 4951244.

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

Color convert

RGB 204 140 75 -
CMYK 0 0.31 0.63 0.2
HSL 30.23º 0.56% 0.55% -
HSV(B) 30.23º 0.63% 0.8% -
XYZ 35.55 32.1 10.98 -
YUV 151.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 204 140 75 0 0.31 0.63 0.2 30.23 0.56 0.55
Hex CC 8C 4B 0 1F 3F 14 1E 38 37
Octal 314 214 113 0 37 77 24 36 70 67
Binary 11001100 10001100 1001011 0 11111 111111 10100 11110 111000 110111

Color Harmonies of #CC8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C4B

Black with #CC8C4B

Text Example


Text Example

White with #CC8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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