Html Css Color HEX #CA8348 Peru

📋 copy color: '#CA8348'

red 202 ◦ green 131 ◦ blue 72

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

Shades of Peru #CA8348

Tints of Peru #CA8348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 49.88%
G = 32.35%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8348 (or 0xCA8348) is known color: Peru. HEX triplet: CA, 83 and 48. RGB value is (202,131,72). Sum of RGB (Red+Green+Blue) = 202+131+72=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8348 is #357CB7. Grayscale: #919191. Windows color (decimal): -3505336 or 4752330. OLE color: 4752330.

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

Color convert

RGB 202 131 72 -
CMYK 0 0.35 0.64 0.21
HSL 27.23º 0.55% 0.54% -
HSV(B) 27.23º 0.64% 0.79% -
XYZ 33.64 29.26 10 -
YUV 145.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 202 131 72 0 0.35 0.64 0.21 27.23 0.55 0.54
Hex CA 83 48 0 23 40 15 1B 37 36
Octal 312 203 110 0 43 100 25 33 67 66
Binary 11001010 10000011 1001000 0 100011 1000000 10101 11011 110111 110110

Color Harmonies of #CA8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8348

Black with #CA8348

Text Example


Text Example

White with #CA8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8348; }

 p { color: rgb(202,131,72); }

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

background-color css

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

 a { background-color: rgb(202,131,72); }

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

border-color css

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

 span { border-color: rgb(202,131,72); }

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