Html Css Color HEX #CC894B Peru

📋 copy color: '#CC894B'

red 204 ◦ green 137 ◦ blue 75

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

Shades of Peru #CC894B

Tints of Peru #CC894B

RGB

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

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

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

R = 49.04%
G = 32.93%
B = 18.03%

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

#CC894B (or 0xCC894B) is known color: Peru. HEX triplet: CC, 89 and 4B. RGB value is (204,137,75). Sum of RGB (Red+Green+Blue) = 204+137+75=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC894B is #3376B4. Grayscale: #969696. Windows color (decimal): -3372725 or 4950476. OLE color: 4950476.

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

Color convert

RGB 204 137 75 -
CMYK 0 0.33 0.63 0.2
HSL 28.84º 0.56% 0.55% -
HSV(B) 28.84º 0.63% 0.8% -
XYZ 35.12 31.24 10.84 -
YUV 149.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 204 137 75 0 0.33 0.63 0.2 28.84 0.56 0.55
Hex CC 89 4B 0 21 3F 14 1D 38 37
Octal 314 211 113 0 41 77 24 35 70 67
Binary 11001100 10001001 1001011 0 100001 111111 10100 11101 111000 110111

Color Harmonies of #CC894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC894B

Black with #CC894B

Text Example


Text Example

White with #CC894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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