Html Css Color HEX #CA894D Peru

📋 copy color: '#CA894D'

red 202 ◦ green 137 ◦ blue 77

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

Shades of Peru #CA894D

Tints of Peru #CA894D

RGB

 RED value IS 202 (79.3% from 255) = 48.56%

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

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 48.56%
G = 32.93%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA894D (or 0xCA894D) is known color: Peru. HEX triplet: CA, 89 and 4D. RGB value is (202,137,77). Sum of RGB (Red+Green+Blue) = 202+137+77=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA894D is #3576B2. Grayscale: #959595. Windows color (decimal): -3503795 or 5081546. OLE color: 5081546.

HSL color Cylindrical-coordinate representation of color #CA894D: hue angle of 28.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA894D is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 137 77 -
CMYK 0 0.32 0.62 0.21
HSL 28.8º 0.54% 0.55% -
HSV(B) 28.8º 0.62% 0.79% -
XYZ 34.64 30.98 11.18 -
YUV 149.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 202 137 77 0 0.32 0.62 0.21 28.8 0.54 0.55
Hex CA 89 4D 0 20 3E 15 1D 36 37
Octal 312 211 115 0 40 76 25 35 66 67
Binary 11001010 10001001 1001101 0 100000 111110 10101 11101 110110 110111

Color Harmonies of #CA894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA894D

Black with #CA894D

Text Example


Text Example

White with #CA894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA894D; }

 p { color: rgb(202,137,77); }

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

background-color css

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

 a { background-color: rgb(202,137,77); }

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

border-color css

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

 span { border-color: rgb(202,137,77); }

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