Html Css Color HEX #CA893E Peru

📋 copy color: '#CA893E'

red 202 ◦ green 137 ◦ blue 62

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

Shades of Peru #CA893E

Tints of Peru #CA893E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 50.37%
G = 34.16%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA893E (or 0xCA893E) is known color: Peru. HEX triplet: CA, 89 and 3E. RGB value is (202,137,62). Sum of RGB (Red+Green+Blue) = 202+137+62=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA893E is #3576C1. Grayscale: #949494. Windows color (decimal): -3503810 or 4098506. OLE color: 4098506.

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

Color convert

RGB 202 137 62 -
CMYK 0 0.32 0.69 0.21
HSL 32.14º 0.57% 0.52% -
HSV(B) 32.14º 0.69% 0.79% -
XYZ 34.17 30.8 8.7 -
YUV 147.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 202 137 62 0 0.32 0.69 0.21 32.14 0.57 0.52
Hex CA 89 3E 0 20 45 15 20 39 34
Octal 312 211 76 0 40 105 25 40 71 64
Binary 11001010 10001001 111110 0 100000 1000101 10101 100000 111001 110100

Color Harmonies of #CA893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA893E

Black with #CA893E

Text Example


Text Example

White with #CA893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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