Html Css Color HEX #CC894A Peru

📋 copy color: '#CC894A'

red 204 ◦ green 137 ◦ blue 74

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

Shades of Peru #CC894A

Tints of Peru #CC894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 49.16%
G = 33.01%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC894A (or 0xCC894A) is known color: Peru. HEX triplet: CC, 89 and 4A. RGB value is (204,137,74). Sum of RGB (Red+Green+Blue) = 204+137+74=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC894A is #3376B5. Grayscale: #969696. Windows color (decimal): -3372726 or 4884940. OLE color: 4884940.

HSL color Cylindrical-coordinate representation of color #CC894A: hue angle of 29.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC894A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 137 74 -
CMYK 0 0.33 0.64 0.2
HSL 29.08º 0.56% 0.55% -
HSV(B) 29.08º 0.64% 0.8% -
XYZ 35.08 31.22 10.66 -
YUV 149.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 204 137 74 0 0.33 0.64 0.2 29.08 0.56 0.55
Hex CC 89 4A 0 21 40 14 1D 38 37
Octal 314 211 112 0 41 100 24 35 70 67
Binary 11001100 10001001 1001010 0 100001 1000000 10100 11101 111000 110111

Color Harmonies of #CC894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC894A

Black with #CC894A

Text Example


Text Example

White with #CC894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC894A; }

 p { color: rgb(204,137,74); }

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

background-color css

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

 a { background-color: rgb(204,137,74); }

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

border-color css

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

 span { border-color: rgb(204,137,74); }

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