Html Css Color HEX #CC884B Peru

📋 copy color: '#CC884B'

red 204 ◦ green 136 ◦ blue 75

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

Shades of Peru #CC884B

Tints of Peru #CC884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 49.16%
G = 32.77%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC884B (or 0xCC884B) is known color: Peru. HEX triplet: CC, 88 and 4B. RGB value is (204,136,75). Sum of RGB (Red+Green+Blue) = 204+136+75=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC884B is #3377B4. Grayscale: #959595. Windows color (decimal): -3372981 or 4950220. OLE color: 4950220.

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

Color convert

RGB 204 136 75 -
CMYK 0 0.33 0.63 0.2
HSL 28.37º 0.56% 0.55% -
HSV(B) 28.37º 0.63% 0.8% -
XYZ 34.98 30.95 10.79 -
YUV 149.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 204 136 75 0 0.33 0.63 0.2 28.37 0.56 0.55
Hex CC 88 4B 0 21 3F 14 1C 38 37
Octal 314 210 113 0 41 77 24 34 70 67
Binary 11001100 10001000 1001011 0 100001 111111 10100 11100 111000 110111

Color Harmonies of #CC884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC884B

Black with #CC884B

Text Example


Text Example

White with #CC884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC884B; }

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

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

background-color css

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

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

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

border-color css

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

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

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